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:
41
vendor/omnipay/stripe/tests/Mock/CreateCustomerSuccess.txt
vendored
Normal file
41
vendor/omnipay/stripe/tests/Mock/CreateCustomerSuccess.txt
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Tue, 26 Feb 2013 16:11:12 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Connection: keep-alive
|
||||
Access-Control-Max-Age: 300
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"object": "customer",
|
||||
"created": 1361895072,
|
||||
"id": "cus_1MZSEtqSghKx99",
|
||||
"livemode": false,
|
||||
"description": "fdsa",
|
||||
"default_card": "card_15WhVwIobxWFFmzdQ3QBSwNi",
|
||||
"active_card": {
|
||||
"object": "card",
|
||||
"last4": "4242",
|
||||
"type": "Visa",
|
||||
"exp_month": 9,
|
||||
"exp_year": 2019,
|
||||
"fingerprint": "dfB0t0avO0bWr9eY",
|
||||
"country": "US",
|
||||
"name": "fdjsk fdjksl",
|
||||
"address_line1": "",
|
||||
"address_line2": "",
|
||||
"address_city": "",
|
||||
"address_state": "",
|
||||
"address_zip": "",
|
||||
"address_country": "",
|
||||
"cvc_check": "pass",
|
||||
"address_line1_check": "pass",
|
||||
"address_zip_check": "pass"
|
||||
},
|
||||
"email": null,
|
||||
"delinquent": false,
|
||||
"subscription": null,
|
||||
"discount": null,
|
||||
"account_balance": 0
|
||||
}
|
||||
Reference in New Issue
Block a user