update git webhook
This commit is contained in:
parent
5044137518
commit
c08163543c
|
@ -87,7 +87,7 @@ class WeChatPayMerchantService extends BasePayService
|
||||||
'out_trade_no' => $order['order_no'],
|
'out_trade_no' => $order['order_no'],
|
||||||
'notify_url' => $this->config['notify_url'],
|
'notify_url' => $this->config['notify_url'],
|
||||||
'amount' => [
|
'amount' => [
|
||||||
'total' => intval(bcmul($order['total_fee'], 100,2 )),
|
'total' => intval($order['total_fee']),
|
||||||
'currency' => 'CNY'
|
'currency' => 'CNY'
|
||||||
],
|
],
|
||||||
'attach' => $order['order_no'],
|
'attach' => $order['order_no'],
|
||||||
|
|
Loading…
Reference in New Issue