I am implementing Promotional Offers in a flutter app.
Everything works exactly as it should until just after you have approved the purchase, then I get the purchase did not go through, contact the developer.
error handling shows "One or more of the arguments provided are invalid." but both arguments are correct product and correct paymentdiscount.
Is this possible to test in flutter? Since documentation is not available for flutter, I have followed react native.
Does it matter that I test in the sandbox?