rabin 13 시간 전
부모
커밋
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) {