react-square-web-payments-sdk
react-square-web-payments-sdk copied to clipboard
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,...
### Describe the bug Giving error while run my app ./node_modules/react-square-web-payments-sdk/dist/components/divider/divider.es.js 13:15 Module parse failed: Unexpected token (13:15) File was processed with these loaders: * ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js My package.json file is...
### Describe the bug Hi, I’m facing issue with this package using with razzle/after js Please suggest how I can make it compatible with my project ### Your Example Website...
### Describe the bug After getting the token response, I'd like to be able to clear the form. ### Your Example Website or App Not public ### Steps to Reproduce...
### 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...
Initializing Cash App Pay failed TypeError: Cannot read properties of undefined (reading 'toString')
### Describe the bug Trying to use Cash App Pay triggers the following error: ``` index.js:1 Initializing Cash App Pay failed TypeError: Cannot read properties of undefined (reading 'toString') at...
### Describe the bug AUD currencyCode in createVerificationDetails obj still asks for US 5 digit ZIP ### Your Example Website or App https://github.com/weareseeed/react-square-web-payments-sdk ### Steps to Reproduce the Bug or...
### Describe the bug I have a multi-stage checkout - one page with react stages. I get this error if I move from EnterCard to Confirmation too quickly. Warning: Can't...
### Describe the bug I started using this module to help with migration to square.js. It seems really slow now. Just wondering if part of the problem is loading the...
### Your checklist for this pull request 🚨Please review the [guidelines for contributing](../CONTRIBUTING.md) to this repository. - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side)....
### Describe the bug This package has worked well with my Square sandbox account. After I switched to the production environment, I am unable to make ACH payments. ### Your...