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
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!