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 Error: ```All imports in import declaration are unused.(6192) Could not find a declaration file for module 'react-square-web-payments-sdk'. 'stackblitz:/node_modules/react-square-web-payments-sdk/dist/index.es.js' implicitly has an 'any' type. There are types...
### 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 Currently the CreditCard field includes the submit payment button in it. There is no way to separate them. This makes using the library impossible for someone...
### Describe the bug When we add the wrong card detail that time show the card details is Invalid error message but do not get the error response in code....
### Describe the bug A gift card only has a number and not a CVV, Expiration Date, and Zip Code. When a gift card is detected, these other fields should...
### Describe the bug We are seeing a new error in the console, which we believe causes ACH payments to fail. The error message is: **Add event listener for 'ontokenization'...
### Describe the bug I am attempting to update the set `total` in the return of my `createPaymentRequest` function, but when testing, Google Pay shows the dollar value that the...
### Describe the bug When clicking the Google Pay button, a new window is opened and google asks me to login, after logging in I get the "unexpected developer error"....
### Describe the bug In the old square form, I managed the click behavior myself. The first thing I did was start a pinwheel to let the user know we're...
### What version of React are you using? 17.0.2 ### What version of Node.js are you using? 16.4.1 ### What browser are you using? Safari ### What operating system are...