Fix transaction initialize

This commit is contained in:
Jonatan Witoszek 2023-08-07 17:31:37 +02:00
parent 274c00b635
commit 1c3148319a
No known key found for this signature in database
GPG key ID: D35056EA9CCE8472

View file

@ -132,7 +132,11 @@ subscription {
} }
data data
merchantReference merchantReference
action action {
amount
currency
actionType
}
} }
} }
}`; }`;