fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Keep some interval between emails.
[wolnelektury.git]
/
src
/
club
/
payu
/
tests
/
res
/
first_response_success.json
1
{
2
"orderId": "ORDER_ID",
3
"payMethods": {
4
"payMethod": {
5
"card": {
6
"number": "424242******4242",
7
"expirationMonth": "12",
8
"expirationYear": "2017"
9
},
10
"type": "CARD_TOKEN",
11
"value": "TOKC_KPNZVSLJUNR4DHF5NPVKDPJGMX7"
12
}
13
},
14
"status": {
15
"statusCode": "SUCCESS",
16
"statusDesc": "Request successful"
17
}
18
}