Update triplea.php

This commit is contained in:
Enrique Barcelli 2021-07-15 18:45:17 +08:00 committed by GitHub
parent 78b6da5734
commit e295cf6757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{
$postvars['order_amount'] = $order->order_full_price;
$postvars['notify_secret'] = $pluginConfig['notify_secret'][1];
$postvars['notify_txs'] = true;
$postvars['payer_id'] = $order->order_uer_id;
$postvars['payer_id'] = $order->order_user_id;
$postvars['order_id'] = $order->order_id;
$postvars['sandbox'] = $pluginConfig['sandbox'][1];
$postvars['webhook_data'] = array(