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:
48
vendor/omnipay/stripe/tests/Mock/FetchInvoiceLinesSuccess.txt
vendored
Normal file
48
vendor/omnipay/stripe/tests/Mock/FetchInvoiceLinesSuccess.txt
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Sun, 31 Jan 2016 23:56:47 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 898
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"data": [
|
||||
{
|
||||
"id": "sub_7p3iCfmcz1Xowm",
|
||||
"object": "line_item",
|
||||
"amount": 1900,
|
||||
"currency": "usd",
|
||||
"description": null,
|
||||
"discountable": true,
|
||||
"livemode": false,
|
||||
"metadata": {},
|
||||
"period": {
|
||||
"start": 1454263633,
|
||||
"end": 1456769233
|
||||
},
|
||||
"plan": {
|
||||
"id": "standard",
|
||||
"object": "plan",
|
||||
"amount": 1900,
|
||||
"created": 1450152017,
|
||||
"currency": "usd",
|
||||
"interval": "month",
|
||||
"interval_count": 1,
|
||||
"livemode": false,
|
||||
"metadata": {},
|
||||
"name": "Standard",
|
||||
"statement_descriptor": null,
|
||||
"trial_period_days": null
|
||||
},
|
||||
"proration": false,
|
||||
"quantity": 1,
|
||||
"subscription": null,
|
||||
"type": "subscription"
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"url": "/v1/invoices/in_17ZPbRCryC4r2g4vIdAFxptK/lines"
|
||||
}
|
||||
Reference in New Issue
Block a user