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