Example #1
0
 /**
  * Allow zero-subtotal checkout with card storage by forcing the test bit to zero.
  */
 public function isApplicableToQuote($quote, $checksBitMask)
 {
     return parent::isApplicableToQuote($quote, $checksBitMask & ~self::CHECK_ZERO_TOTAL);
 }