Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels