rabin 17 ore fa
parent
commit
de9723b8f8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {