DK Chavez

Results 1 comments of DK Chavez

Solved this issue by adding the `androidPayMode` properties in the `StripeOptions`. ``` StripePayment.setOptions( StripeOptions( publishableKey: publishableKey, androidPayMode: 'test', // if you are testing ), );