As part of our app set up for a client, we've got a form being submitted to your FaaS url, and things are working well!
The thing we'd like to include on the receipt, however, is the name of the item which a user will purchase on our system.
What is the best way forward here? I've tried sending through an "ItemID" parameter, to no avail (the form is declined whenever the value isn't "test", it seems).
The thing we'd like to include on the receipt, however, is the name of the item which a user will purchase on our system.
What is the best way forward here? I've tried sending through an "ItemID" parameter, to no avail (the form is declined whenever the value isn't "test", it seems).
Comment