plugable-matrix-bot/plugins/woocommerce_coupons/config.json.template
Dennis 6cb3ecc373 Added a WooCommerce Coupon plugin
This plugin sets up a coupon on installation and sends this coupon to a
user that asks for it. The plugin supports an expiration period. After
this period, it will renew the coupon.
2019-01-13 12:54:45 +01:00

15 lines
253 B
Plaintext

{
"rest_api": {
"shop_url": "https://alcuinus.nl",
"consumer_key": "",
"consumer_secret": "",
"wp_api": true,
"version": "wc/v1"
},
"coupon": {
"max_days": 31,
"percentage":20
}
}