dever 6 tahun lalu
induk
melakukan
268424df36
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -24,7 +24,7 @@ class Core
 
 			$state = Dever::config('base', 'project')->pay_notify;
 			if ($state) {
-				Dever::load($state, $info['product_id'], $info['uid'], $order_id, $param['status'], $msg);
+				Dever::load($state, $info['product_id'], $info['uid'], $info['cash'], $order_id, $param['status'], $msg);
 			}
 		} else {
 			$this->log('支付失败', '错误的订单id:' . $order_id);