weareseeed / react-square-web-payments-sdk

Easily create PCI-compliant inputs to accept payments online with the Square Payments API. It supports the following payment methods: credit and debit cards, ACH bank transfers, Apple Pay, Google Pay, Gift Cards and Afterpay/Clearpay.
https://react-square-payments.weareseeed.com/
MIT License
37 stars 40 forks source link

Apple Pay initialization not working #75

Open AndrewBordin opened 2 years ago

AndrewBordin commented 2 years ago

Describe the bug

The apple pay button is no longer appearing. The console log error is as follows: PaymentMethodUnsupportedError: Method unsupported: There was a temporary error determining your website's payment method status

Same error is occurring on the usage page in the docs: https://react-square-payments.weareseeed.com/docs/apple-pay/usage

Not sure if this is just a square problem but posting here to see if anyone has an idea of what's going wrong.

Your Example Website or App

https://react-square-payments.weareseeed.com/docs/apple-pay/usage

Steps to Reproduce the Bug or Issue

  1. Go to https://react-square-payments.weareseeed.com/docs/apple-pay/usage
  2. See console log of apple pay error and button does not show

Expected behavior

Expected behaviour is for the button to show up

Screenshots or Videos

image

Platform

Additional context

No response