Sergey B

Results 2 issues of Sergey B

Hi. App crashes when `createPaymentMethod` is invoked using native pay token: ``` dart final token = await StripePayment.paymentRequestWithNativePay( androidPayOptions: AndroidPayPaymentRequest( total_price: "1.20", currency_code: "EUR", ), applePayOptions: ApplePayPaymentOptions( countryCode: 'DE', currencyCode:...