mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 00:45:18 +00:00
Fix refs (#228)
This commit is contained in:
parent
928e5885fb
commit
791ca7023c
@ -682,7 +682,7 @@ FIXTURE=$(cat <<END
|
||||
"payment_tool": {
|
||||
"bank_card": {
|
||||
"definition": {
|
||||
"payment_system_is": "visa"
|
||||
"payment_system_is": {"id": "VISA"}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -733,7 +733,7 @@ FIXTURE=$(cat <<END
|
||||
"payment_tool": {
|
||||
"bank_card": {
|
||||
"definition": {
|
||||
"payment_system_is": "mastercard"
|
||||
"payment_system_is": {"id": "MASTERCARD"}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1242,7 +1242,7 @@ FIXTURE=$(cat <<END
|
||||
"bank_card": {
|
||||
"definition": {
|
||||
"payment_system": {
|
||||
"payment_system_is": "mastercard"
|
||||
"payment_system_is": {"id": "MASTERCARD"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user