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/PurchaseWithSourceSuccess.txt
vendored
Normal file
40
vendor/omnipay/stripe/tests/Mock/PurchaseWithSourceSuccess.txt
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Fri, 15 Feb 2013 18:25:28 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Content-Length: 995
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
Access-Control-Allow-Credentials: true
|
||||
Access-Control-Max-Age: 300
|
||||
|
||||
{
|
||||
"id": "ch_1IU9gcUiNASROd",
|
||||
"object": "charge",
|
||||
"created": 1360952728,
|
||||
"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
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"id": "card_15WgqxIobxWFFmzdk5V9z3g9"
|
||||
},
|
||||
"failure_message": null,
|
||||
"amount_refunded": 0,
|
||||
"customer": null,
|
||||
"invoice": null,
|
||||
"description": "first purchase",
|
||||
"dispute": null
|
||||
}
|
||||
Reference in New Issue
Block a user