gatsby-plugin-square-payment-form
v1.0.3
Published
Gatsby plugin that adds Square's Payment Form JS file to every page of your site
Downloads
6
Maintainers
Readme
gatsby-plugin-square-payment-form
A simple plugin that adds the Square Payment Form JavaScript library to every page of your Gatsby site.
Have a project using this plugin? Let me know and I can include it here!
How to use
- Install using either npm or yarn:
yarn add gatsby-plugin-square-payment-form
or
npm install gatsby-plugin-square-payment-form
- Add to
gatsby-config.js
module.exports = {
plugins: [
`gatsby-plugin-square-payment-form`,
]
}