You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly convert all values of request parameter to string.
Like this final requestParam = { 'amount': amount.toString(), 'command': command.toString(), 'currency': currency.toString(), 'customer_email': customerEmail.toString(), 'language': language.toString(), 'merchant_reference': merchantReference.toString(), 'sdk_token': .sdkToken.toString(), }
For some weird reason iOS is not accepting values not enclosed in double quotes
I am unable to integrate it on iOS side. payment screen in not appearing on iOS side with no error
The text was updated successfully, but these errors were encountered: