saifaly7995

Results 1 comments of saifaly7995

put `StripePayment.setOptions(StripeOptions(` `publishableKey:'YOUR_TOKEN',` `merchantId: "Test",` `androidPayMode: 'test'));` in initState method e.g: `@override` `void initState() {` ` super.initState();` `StripePayment.setOptions(StripeOptions(` `publishableKey:'YOUR_TOKEN',` `merchantId: "Test",` `androidPayMode: 'test'));` `}`