update git webhook

This commit is contained in:
chenbo 2023-11-20 14:21:20 +08:00
parent 5044137518
commit c08163543c
1 changed files with 1 additions and 1 deletions

View File

@ -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'],