├── PayButton ├── PayButton.js ├── PayButton.scss └── PayButtonContent.js └── README.md /PayButton/PayButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dz0l038/stripe-react-amplify-serverless/HEAD/PayButton/PayButton.js -------------------------------------------------------------------------------- /PayButton/PayButton.scss: -------------------------------------------------------------------------------- 1 | .PayButton { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /PayButton/PayButtonContent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dz0l038/stripe-react-amplify-serverless/HEAD/PayButton/PayButtonContent.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dz0l038/stripe-react-amplify-serverless/HEAD/README.md --------------------------------------------------------------------------------