Apply a promo code
bk_cart_promoApply (or remove) a promo / discount code on the Bookeasy cart. Use when the user gives a promo code; call before bk_cart_checkout so the discounted total shows. Set remove=true to take a code off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove | No | True to remove the code instead of applying it | |
| promo_code | Yes | The promo / discount code | |
| session_key | Yes | The cart session key |