Dennis
6cb3ecc373
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.
15 lines
253 B
Plaintext
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
|
|
}
|
|
}
|