allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
40
vendor/omnipay/stripe/tests/Mock/FetchTokenSuccess.txt
vendored
Normal file
40
vendor/omnipay/stripe/tests/Mock/FetchTokenSuccess.txt
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Wed, 24 Jul 2013 07:14:02 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Content-Length: 1092
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Access-Control-Max-Age: 300
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "tok_15Kuns2eZvKYlo2CDt9wRdzS",
|
||||
"livemode": false,
|
||||
"created": 1421255976,
|
||||
"used": false,
|
||||
"object": "token",
|
||||
"type": "card",
|
||||
"card": {
|
||||
"id": "card_15Kuns2eZvKYlo2CugO37SA3",
|
||||
"object": "card",
|
||||
"last4": "4242",
|
||||
"brand": "Visa",
|
||||
"funding": "credit",
|
||||
"exp_month": 8,
|
||||
"exp_year": 2016,
|
||||
"fingerprint": "Xt5EWLLDS7FJjR1c",
|
||||
"country": "US",
|
||||
"name": null,
|
||||
"address_line1": null,
|
||||
"address_line2": null,
|
||||
"address_city": null,
|
||||
"address_state": null,
|
||||
"address_zip": null,
|
||||
"address_country": null,
|
||||
"cvc_check": null,
|
||||
"address_line1_check": null,
|
||||
"address_zip_check": null,
|
||||
"dynamic_last4": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user