removeCoupon

Method Signature Cart removeCoupon(String couponCode);
Description
Removes a coupon from the cart. The global cart variable is automatically submitted with this call.
Parameters String couponCode – the coupon code to remove.
Result Cart – the updated cart the reflects the removal of the coupon. The global cart variable is automatically updated after this call.