/example-node-cashier-plugin

Example Cashier pluging (node.js)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Example Node Cashier Plugin

Getting started

  1. Obtain Cashier client credentials (contact partners@boldcommerce.com)

  2. Clone this repository

  3. Create a .env file with your Cashier client credentials inside

  4. Install dependencies

    $ yarn install
    
  5. Start the server

    $ yarn start
    

Running the tests

$ yarn test

License

This project is licensed under the Apache 2 License - see the LICENSE.md file for details