Open cubeking opened 5 years ago
I'm in the same situation as you. Have you found a solution?
+1 same issue here
@lenichols @liaokaime @cubeking did you found any solutions?
Getting same issue "Apple Pay Not Completed".Please reply soon need to deploy app.Stuck Only due to this issue. Any help would be appreciated.
Did you try this function?
paymentResponse.complete('success');
are you facing this issue even after calling this function?
Any updates on this?
please check the code, if payment, still show that Payment not completed, why?
` const METHOD_DATA = [ { supportedMethods: ['apple-pay'], data: { merchantIdentifier: config.ApplePay.merchantID, supportedNetworks: ['visa', 'mastercard', 'amex', 'chinaunionpay'], countryCode: 'US', currencyCode: 'USD' // countryCode: 'CN', // currencyCode: 'CNY' } } ];