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:
57
vendor/omnipay/stripe/tests/Mock/CaptureSuccess.txt
vendored
Normal file
57
vendor/omnipay/stripe/tests/Mock/CaptureSuccess.txt
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Sun, 05 May 2013 08:51:15 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Content-Length: 997
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
Access-Control-Max-Age: 300
|
||||
Access-Control-Allow-Credentials: true
|
||||
|
||||
{
|
||||
"id": "ch_1lvgjcQgrNWUuZ",
|
||||
"object": "charge",
|
||||
"created": 1367743707,
|
||||
"livemode": false,
|
||||
"paid": true,
|
||||
"amount": 1000,
|
||||
"currency": "usd",
|
||||
"refunded": false,
|
||||
"fee": 59,
|
||||
"fee_details": [
|
||||
{
|
||||
"amount": 59,
|
||||
"currency": "usd",
|
||||
"type": "stripe_fee",
|
||||
"description": "Stripe processing fees",
|
||||
"application": null,
|
||||
"amount_refunded": 0
|
||||
}
|
||||
],
|
||||
"card": {
|
||||
"object": "card",
|
||||
"last4": "4242",
|
||||
"type": "Visa",
|
||||
"exp_month": 9,
|
||||
"exp_year": 2015,
|
||||
"fingerprint": "dfB0t0avO0bWr9eY",
|
||||
"country": "US",
|
||||
"name": "fdsa asdf",
|
||||
"address_line1": "",
|
||||
"address_line2": "",
|
||||
"address_city": "",
|
||||
"address_state": "",
|
||||
"address_zip": "",
|
||||
"address_country": "",
|
||||
"cvc_check": "pass",
|
||||
"address_line1_check": "pass",
|
||||
"address_zip_check": "pass"
|
||||
},
|
||||
"captured": true,
|
||||
"failure_message": null,
|
||||
"amount_refunded": 0,
|
||||
"customer": null,
|
||||
"invoice": null,
|
||||
"description": "",
|
||||
"dispute": null
|
||||
}
|
||||
Reference in New Issue
Block a user