1.0.3 • Published 5 years ago

gatsby-plugin-square-payment-form v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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

  1. Install using either npm or yarn:
yarn add gatsby-plugin-square-payment-form

or

npm install gatsby-plugin-square-payment-form
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    `gatsby-plugin-square-payment-form`,
  ]
}