コード例 #1
0
ファイル: Method.php プロジェクト: billadams/forever-frame
 /**
  * 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);
 }