rabin пре 17 часа
родитељ
комит
de9723b8f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/place/order/app/Lib/Notify.php

+ 1 - 1
src/place/order/app/Lib/Notify.php

@@ -26,7 +26,7 @@ class Notify
     }
 
     # 抵扣
-    private function deduct($order)
+    private function deduct($type, $order)
     {
         # 使用优惠券
         if (isset($order['user_coupon_id']) && $order['user_coupon_id'] > 0) {