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:
16
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferRequestFailure.txt
vendored
Normal file
16
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferRequestFailure.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
HTTP/1.1 402 Request Failed
|
||||
Server: nginx
|
||||
Date: Fri, 12 Feb 2016 20:48:09 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 115
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Access-Control-Max-Age: 300
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"error": {
|
||||
"type": "insufficient_funds",
|
||||
"message": "Transfer does not have available funds"
|
||||
}
|
||||
}
|
||||
46
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferRequestSuccess.txt
vendored
Normal file
46
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferRequestSuccess.txt
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Mon, 01 Feb 2016 00:44:38 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 1818
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "tr_164xRv2eZvKYlo2CZxJZWm1E",
|
||||
"object": "transfer",
|
||||
"amount": 200,
|
||||
"amount_reversed": 100,
|
||||
"balance_transaction": "txn_19XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1432229235,
|
||||
"currency": "usd",
|
||||
"destination": "acct_164wxjKbnvuxQXGu",
|
||||
"destination_payment": "py_164xRvKbnvuxQXGuVFV2pZo1",
|
||||
"livemode": false,
|
||||
"metadata": {
|
||||
},
|
||||
"reversals": {
|
||||
"object": "list",
|
||||
"data": [
|
||||
{
|
||||
"id": "trr_1AF3y32eZvKYlo2CtkDXeobp",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 100,
|
||||
"balance_transaction": "txn_1AF3y32eZvKYlo2CSgDInbEk",
|
||||
"created": 1493742915,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_164xRv2eZvKYlo2CZxJZWm1E"
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"total_count": 1,
|
||||
"url": "/v1/transfers/tr_164xRv2eZvKYlo2CZxJZWm1E/reversals"
|
||||
},
|
||||
"reversed": false,
|
||||
"source_transaction": "ch_164xRv2eZvKYlo2Clu1sIJWB",
|
||||
"source_type": "card",
|
||||
"transfer_group": "group_ch_164xRv2eZvKYlo2Clu1sIJWB"
|
||||
}
|
||||
20
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferReversalRequestSuccess.txt
vendored
Normal file
20
vendor/omnipay/stripe/tests/Mock/Transfers/CreateTransferReversalRequestSuccess.txt
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Mon, 01 Feb 2016 00:44:38 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 1818
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "trr_1ARKQ22eZvKYlo2Cv5APdtKF",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 400,
|
||||
"balance_transaction": "txn_1ARKQ22eZvKYlo2C76jP3q3o",
|
||||
"created": 1496666090,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_1ARKPl2eZvKYlo2CsNTKWIOO"
|
||||
}
|
||||
15
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferFailure.txt
vendored
Normal file
15
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferFailure.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Server: nginx
|
||||
Date: Sun, 21 Feb 2016 21:16:02 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 143
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"error": {
|
||||
"type": "invalid_request_error",
|
||||
"message": "No such transfer: tr_164xRv2eZvKYlo2CZxJZWm1E",
|
||||
"param": "id"
|
||||
}
|
||||
}
|
||||
15
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferReversalFailure.txt
vendored
Normal file
15
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferReversalFailure.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Server: nginx
|
||||
Date: Sun, 21 Feb 2016 21:16:02 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 143
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"error": {
|
||||
"type": "invalid_request_error",
|
||||
"message": "No such transfer reversal: trr_1ARKQ22eZvKYlo2Cv5APdtKF",
|
||||
"param": "id"
|
||||
}
|
||||
}
|
||||
21
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferReversalSuccess.txt
vendored
Normal file
21
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferReversalSuccess.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Wed, 24 Jul 2013 07:14:02 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Content-Length: 1092
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Access-Control-Max-Age: 300
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "trr_1ARKQ22eZvKYlo2Cv5APdtKF",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 400,
|
||||
"balance_transaction": "txn_19XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1496666090,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_1ARKPl2eZvKYlo2CsNTKWIOO"
|
||||
}
|
||||
47
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferSuccess.txt
vendored
Normal file
47
vendor/omnipay/stripe/tests/Mock/Transfers/FetchTransferSuccess.txt
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Wed, 24 Jul 2013 07:14:02 GMT
|
||||
Content-Type: application/json;charset=utf-8
|
||||
Content-Length: 1092
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Access-Control-Max-Age: 300
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"id": "tr_164xRv2eZvKYlo2CZxJZWm1E",
|
||||
"object": "transfer",
|
||||
"amount": 200,
|
||||
"amount_reversed": 100,
|
||||
"balance_transaction": "txn_19XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1432229235,
|
||||
"currency": "usd",
|
||||
"destination": "acct_164wxjKbnvuxQXGu",
|
||||
"destination_payment": "py_164xRvKbnvuxQXGuVFV2pZo1",
|
||||
"livemode": false,
|
||||
"metadata": {
|
||||
},
|
||||
"reversals": {
|
||||
"object": "list",
|
||||
"data": [
|
||||
{
|
||||
"id": "trr_1AF3y32eZvKYlo2CtkDXeobp",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 100,
|
||||
"balance_transaction": "txn_1AF3y32eZvKYlo2CSgDInbEk",
|
||||
"created": 1493742915,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_164xRv2eZvKYlo2CZxJZWm1E"
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"total_count": 1,
|
||||
"url": "/v1/transfers/tr_164xRv2eZvKYlo2CZxJZWm1E/reversals"
|
||||
},
|
||||
"reversed": false,
|
||||
"source_transaction": "ch_164xRv2eZvKYlo2Clu1sIJWB",
|
||||
"source_type": "card",
|
||||
"transfer_group": "group_ch_164xRv2eZvKYlo2Clu1sIJWB"
|
||||
}
|
||||
15
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransferReversalsFailure.txt
vendored
Normal file
15
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransferReversalsFailure.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Server: nginx
|
||||
Date: Sun, 21 Feb 2016 21:16:02 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 143
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"error": {
|
||||
"type": "invalid_request_error",
|
||||
"message": "No such transfer: NOTFOUND",
|
||||
"param": "id"
|
||||
}
|
||||
}
|
||||
38
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransferReversalsSuccess.txt
vendored
Normal file
38
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransferReversalsSuccess.txt
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Mon, 29 Feb 2016 02:40:46 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 6247
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"url": "/v1/transfers/tr_164xRv2eZvKYlo2CZxJZWm1E/reversals",
|
||||
"has_more": false,
|
||||
"data": [
|
||||
{
|
||||
"id": "trr_1ARKQ22eZvKYlo2Cv5APdtKF",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 400,
|
||||
"balance_transaction": "txn_19XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1496666090,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_1ARKPl2eZvKYlo2CsNTKWIOO"
|
||||
},
|
||||
{
|
||||
"id": "trr_2ARKQ22eZvKYlo2Cv5APdtKF",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 400,
|
||||
"balance_transaction": "txn_29XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1596666090,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_2ARKPl2eZvKYlo2CsNTKWIOO"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransfersFailure.txt
vendored
Normal file
15
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransfersFailure.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Server: nginx
|
||||
Date: Sun, 21 Feb 2016 21:16:02 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 143
|
||||
Connection: keep-alive
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"error": {
|
||||
"type": "invalid_request_error",
|
||||
"message": "No such transfer group: NOTFOUND",
|
||||
"param": "id"
|
||||
}
|
||||
}
|
||||
90
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransfersSuccess.txt
vendored
Normal file
90
vendor/omnipay/stripe/tests/Mock/Transfers/ListTransfersSuccess.txt
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
HTTP/1.1 200 OK
|
||||
Server: nginx
|
||||
Date: Mon, 29 Feb 2016 02:40:46 GMT
|
||||
Content-Type: application/json
|
||||
Content-Length: 6247
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Credentials: true
|
||||
Cache-Control: no-cache, no-store
|
||||
|
||||
{
|
||||
"object": "list",
|
||||
"url": "/v1/transfers",
|
||||
"has_more": false,
|
||||
"data": [
|
||||
{
|
||||
"id": "tr_164xRv2eZvKYlo2CZxJZWm1E",
|
||||
"object": "transfer",
|
||||
"amount": 200,
|
||||
"amount_reversed": 100,
|
||||
"balance_transaction": "txn_19XJJ02eZvKYlo2ClwuJ1rbA",
|
||||
"created": 1432229235,
|
||||
"currency": "usd",
|
||||
"destination": "acct_164wxjKbnvuxQXGu",
|
||||
"destination_payment": "py_164xRvKbnvuxQXGuVFV2pZo1",
|
||||
"livemode": false,
|
||||
"metadata": {
|
||||
},
|
||||
"reversals": {
|
||||
"object": "list",
|
||||
"data": [
|
||||
{
|
||||
"id": "trr_1AF3y32eZvKYlo2CtkDXeobp",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 100,
|
||||
"balance_transaction": "txn_1AF3y32eZvKYlo2CSgDInbEk",
|
||||
"created": 1493742915,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_164xRv2eZvKYlo2CZxJZWm1E"
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"total_count": 1,
|
||||
"url": "/v1/transfers/tr_164xRv2eZvKYlo2CZxJZWm1E/reversals"
|
||||
},
|
||||
"reversed": false,
|
||||
"source_transaction": "ch_164xRv2eZvKYlo2Clu1sIJWB",
|
||||
"source_type": "card",
|
||||
"transfer_group": "group_ch_164xRv2eZvKYlo2Clu1sIJWB"
|
||||
},
|
||||
{
|
||||
"id": "tr_164xRv2DKDJF832CZxJZWm1E",
|
||||
"object": "transfer",
|
||||
"amount": 250,
|
||||
"amount_reversed": 100,
|
||||
"balance_transaction": "txn_19XJJ02JDKDo2ClwuJ1rbA",
|
||||
"created": 1432429235,
|
||||
"currency": "usd",
|
||||
"destination": "acct_164wxjKbnvuxQXGu",
|
||||
"destination_payment": "py_164xRvKbnvuxKDUD3dVFV2pZo1",
|
||||
"livemode": false,
|
||||
"metadata": {
|
||||
},
|
||||
"reversals": {
|
||||
"object": "list",
|
||||
"data": [
|
||||
{
|
||||
"id": "trr_1AF3KDjdkddeZvKYlo2CtkDXeobp",
|
||||
"object": "transfer_reversal",
|
||||
"amount": 100,
|
||||
"balance_transaction": "txn_DF8d3y32eZvKYlo2CSgDInbEk",
|
||||
"created": 1492429235,
|
||||
"currency": "usd",
|
||||
"metadata": {
|
||||
},
|
||||
"transfer": "tr_164xRv2DKDJF832CZxJZWm1E"
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"total_count": 1,
|
||||
"url": "/v1/transfers/tr_164xRv2DKDJF832CZxJZWm1E/reversals"
|
||||
},
|
||||
"reversed": false,
|
||||
"source_transaction": "ch_264xDJD83ZvKYlo2Clu1sIJWB",
|
||||
"source_type": "card",
|
||||
"transfer_group": "group_ch_264xRv2eZvKYlo2Clu1sIJWB"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user