/clover_api

Primary LanguageRuby

Test Clover API

Test Clover API project to create items, categories and orders.

Ruby

Usage

# Create your .env file from template
cp .env.template .env

# Run upload script
./upload.rb

Configure http client in VS Code:

"rest-client.environmentVariables": {
    "$shared": {
        "version": "v3"
    },
    "clover": {
        "merchant_id": "",
        "token": ""
    },
}