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
According to the model definition of PaymentItem the property label is not required. If we dont pass a value it will crash in iOS as soon as you call showPaymentSelector. I did not test it on Android yet, not sure if the same case there but I believe we have 2 options:
Make the field not nullable.
Add documentation about the need to pass a value on iOS
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
According to the model definition of PaymentItem the property label is not required. If we dont pass a value it will crash in iOS as soon as you call showPaymentSelector. I did not test it on Android yet, not sure if the same case there but I believe we have 2 options:
Thanks!
The text was updated successfully, but these errors were encountered: