X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/48a8d1d73adefae7f0c58015494ce956d7cd70df..ca336bd1f9658cf713681d1412d4153e5c4d9c93:/src/club/payu/tests/res/first_response_success.json diff --git a/src/club/payu/tests/res/first_response_success.json b/src/club/payu/tests/res/first_response_success.json new file mode 100644 index 000000000..324579f87 --- /dev/null +++ b/src/club/payu/tests/res/first_response_success.json @@ -0,0 +1,18 @@ +{ + "orderId": "ORDER_ID", + "payMethods": { + "payMethod": { + "card": { + "number": "424242******4242", + "expirationMonth": "12", + "expirationYear": "2017" + }, + "type": "CARD_TOKEN", + "value": "TOKC_KPNZVSLJUNR4DHF5NPVKDPJGMX7" + } + }, + "status": { + "statusCode": "SUCCESS", + "statusDesc": "Request successful" + } +}