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:
53
vendor/omnipay/paypal/tests/Mock/RestFetchPurchaseSuccess.txt
vendored
Normal file
53
vendor/omnipay/paypal/tests/Mock/RestFetchPurchaseSuccess.txt
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
HTTP/1.1 201 Created
|
||||
Server: Apache-Coyote/1.1
|
||||
PROXY_SERVER_INFO: host=slcsbjava2.slc.paypal.com;threadId=1534
|
||||
Paypal-Debug-Id: 98cbd3ab19dfe
|
||||
SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=129&TopLevelTxnStartTime=146fc9074ec&Host=slcsbjm3.slc.paypal.com&pid=15797
|
||||
CORRELATION-ID: 98cbd3ab19dfe
|
||||
Content-Language: *
|
||||
Date: Thu, 03 Jul 2014 14:11:10 GMT
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"id": "PAY-0WB587530N302915SKXWVCSQ",
|
||||
"create_time": "2015-09-07T08:56:42Z",
|
||||
"update_time": "2015-09-07T08:56:42Z",
|
||||
"state": "created",
|
||||
"intent": "sale",
|
||||
"payer": {
|
||||
"payment_method": "paypal",
|
||||
"payer_info": {
|
||||
"shipping_address": []
|
||||
}
|
||||
},
|
||||
"transactions": [
|
||||
{
|
||||
"amount": {
|
||||
"total": "10.00",
|
||||
"currency": "AUD",
|
||||
"details": {
|
||||
"subtotal": "10.00"
|
||||
}
|
||||
},
|
||||
"description": "This is a test purchase transaction.",
|
||||
"related_resources": []
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https:\/\/api.sandbox.paypal.com\/v1\/payments\/payment\/PAY-0WB587530N302915SKXWVCSQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https:\/\/www.sandbox.paypal.com\/cgi-bin\/webscr?cmd=_express-checkout&token=EC-3DR71034MD528800J",
|
||||
"rel": "approval_url",
|
||||
"method": "REDIRECT"
|
||||
},
|
||||
{
|
||||
"href": "https:\/\/api.sandbox.paypal.com\/v1\/payments\/payment\/PAY-0WB587530N302915SKXWVCSQ\/execute",
|
||||
"rel": "execute",
|
||||
"method": "POST"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user