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:
29
vendor/omnipay/stripe/tests/Mock/FetchInvoiceItemsSuccess.txt
vendored
Normal file
29
vendor/omnipay/stripe/tests/Mock/FetchInvoiceItemsSuccess.txt
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Sun, 21 Feb 2016 21:33:48 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 435
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "ii_17hC3JCryC4r2g4vLyzjN0n3",
|
||||
"object": "invoiceitem",
|
||||
"amount": 1500,
|
||||
"currency": "usd",
|
||||
"customer": "cus_7vX2emm98A7CrY",
|
||||
"date": 1456102789,
|
||||
"description": "One-time setup fee",
|
||||
"discountable": true,
|
||||
"invoice": null,
|
||||
"livemode": false,
|
||||
"metadata": {},
|
||||
"period": {
|
||||
"start": 1456102789,
|
||||
"end": 1456102789
|
||||
},
|
||||
"plan": null,
|
||||
"proration": false,
|
||||
"quantity": null,
|
||||
"subscription": null
|
||||
}
|
||||
Reference in New Issue
Block a user