use comma instead of space as we do elsewhere
This commit is contained in:
parent
304fc9fb1f
commit
6ed1fc5f73
@ -329,12 +329,12 @@ validate_sepa (const json_t *wire)
|
|||||||
((json_t *) wire,
|
((json_t *) wire,
|
||||||
&error, JSON_STRICT,
|
&error, JSON_STRICT,
|
||||||
"{"
|
"{"
|
||||||
"s:s " /* TYPE: sepa */
|
"s:s," /* TYPE: sepa */
|
||||||
"s:s " /* IBAN: iban */
|
"s:s," /* IBAN: iban */
|
||||||
"s:s " /* name: beneficiary name */
|
"s:s," /* name: beneficiary name */
|
||||||
"s:s " /* BIC: beneficiary bank's BIC */
|
"s:s," /* BIC: beneficiary bank's BIC */
|
||||||
"s:i " /* r: random 64-bit integer nounce */
|
"s:i," /* r: random 64-bit integer nounce */
|
||||||
"s?s " /* address: address of the beneficiary */
|
"s?s" /* address: address of the beneficiary */
|
||||||
"}",
|
"}",
|
||||||
"type", &type,
|
"type", &type,
|
||||||
"IBAN", &iban,
|
"IBAN", &iban,
|
||||||
|
Loading…
Reference in New Issue
Block a user