#Omri-google-pay
1 messages · Page 1 of 1 (latest)
this.paymentRequest.on('paymentmethod', async event =>
the paymentrequest: this.paymentRequest = stripe.paymentRequest({ country: countryCode && countryCode.length > 0 ? countryCode[0].code : 'US', currency: 'usd', total: { label: 'Total amount', amount: totalAmount * 100 }, requestPayerName: true, requestPayerEmail: true })
?
The server is busy, will look in to this n a moment
So the Payment Request is going through and you are asking why the PaymentMethod that is created does not have a wallet property?
Do you have a PaymentMethod ID from a time that this happened (pm_123)?
pm_1JteGUCX4dX04uRZmx7e2Vai
Thank you