Closed basanthalluri closed 7 years ago
Hi,
I am using coupons rest api to get the discount in the create order.
Here is what i am passing to create order service "coupon_lines": [{ "id":4334, "code":"cstore", "discount":5 }],
After applying the code i am not getting the discount in order section in admin. Please suggest me what is wrong.
Thanks
Sorry but this repository is not for REST API support. For support you can try https://wordpress.org/support/plugin/woocommerce
Hi,
I am using coupons rest api to get the discount in the create order.
Here is what i am passing to create order service "coupon_lines": [{ "id":4334, "code":"cstore", "discount":5 }],
After applying the code i am not getting the discount in order section in admin. Please suggest me what is wrong.
Thanks