4 lines
112 B
Bash
4 lines
112 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
wp wc shop_coupon create --code=TESTCOUPON --amount=10 --discount_type=fixed_cart --user=1
|