Aleksandr Litinskii
Aleksandr Litinskii
Same problem
Maybe add options to disable storing action if connection is lost
in FCM you are not able to show notification while receive them in foreground mode, you will need to use this one lib or other to show local notification
+1 for merge this pr
FROM node:16.16.0 RUN yarn set version 3.6.4 RUN touch yarn.lock RUN yarn install works for me
Update tokenization ```es6 const METHOD_DATA = [{ supportedMethods: ['android-pay'], data: { supportedNetworks: ['visa', 'mastercard', 'amex'], // https://developers.google.com/android/reference/com/google/android/gms/wallet/WalletConstants.html // PAYMENT_METHOD_CARD and PAYMENT_METHOD_TOKENIZED_CARD.. or [1, 2] allowedPaymentMethods: [1, 2], currencyCode: 'USD', environment:...
Add `intermediateSigningKey` for G pay integration. ``` intermediateSigningKey: { signatures: [array], signedKey: string } ```
I have same problem