CaliStyle / trailpack-proxy-cart

:package: Cart - Trailpack for Proxy Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat] Discount: applies_once and applies_to_customer_once need to be limits instead of boolean.

scott-wyatt opened this issue · comments

Discount Model applies_once and applies_to_customer_once need to be limits instead of boolean.

  • applies should be a limit per order or 0 == false.
  • applies_to_customer should be a limit per customer or 0 == false.