PayU payments working.
[wolnelektury.git] / 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 (file)
index 0000000..324579f
--- /dev/null
@@ -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"
+       }
+}