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
33 stars 35 forks source link

feat: Afterpay payment method #41

Closed gabrielelpidio closed 2 years ago

gabrielelpidio commented 2 years ago

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

Description

🧡 Thank you!

github-actions[bot] commented 2 years ago

size-limit report 📦

Path Size
dist/rswps.cjs.js 12.04 KB (0%)
dist/rswps.esm.js 11.66 KB (0%)
gabrielelpidio commented 2 years ago

@danestves the stories folder just contains the components that will be used in each story. This is done just to separate the files into different folders to avoid having too much files into one folder. It doesn't seem to affect the build output, and what is being publish should only be the dist folder

Let me know what you think of this approach.

danestves commented 2 years ago

Alright, didn't see that the folder structure are inside __docs__ looks nice to me