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:
51
vendor/omnipay/stripe/tests/Mock/DetachSourceSuccess.txt
vendored
Normal file
51
vendor/omnipay/stripe/tests/Mock/DetachSourceSuccess.txt
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Sat, 27 Jun 2020 21:12:02 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 943
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "src_1Gyk9dK1civsTrCUNB7v9XoF",
|
||||
"object": "source",
|
||||
"amount": null,
|
||||
"card": {
|
||||
"exp_month": 6,
|
||||
"exp_year": 2021,
|
||||
"last4": "4242",
|
||||
"country": "US",
|
||||
"brand": "Visa",
|
||||
"funding": "credit",
|
||||
"fingerprint": "f1JoQaLEG7ovd7N4",
|
||||
"three_d_secure": "optional",
|
||||
"name": null,
|
||||
"address_line1_check": null,
|
||||
"address_zip_check": null,
|
||||
"cvc_check": null,
|
||||
"tokenization_method": null,
|
||||
"dynamic_last4": null
|
||||
},
|
||||
"client_secret": "src_client_secret_ojSdoIOHML61Ar89cb2sXyuo",
|
||||
"created": 1593287857,
|
||||
"currency": null,
|
||||
"flow": "none",
|
||||
"livemode": false,
|
||||
"metadata": {
|
||||
},
|
||||
"owner": {
|
||||
"address": null,
|
||||
"email": null,
|
||||
"name": null,
|
||||
"phone": null,
|
||||
"verified_address": null,
|
||||
"verified_email": null,
|
||||
"verified_name": null,
|
||||
"verified_phone": null
|
||||
},
|
||||
"statement_descriptor": null,
|
||||
"status": "consumed",
|
||||
"type": "card",
|
||||
"usage": "reusable"
|
||||
}
|
||||
Reference in New Issue
Block a user