mirror of
https://github.com/kikobar/hikashoppayment-triplea.git
synced 2024-11-16 12:12:16 +00:00
Update triplea.php
This commit is contained in:
parent
78b6da5734
commit
e295cf6757
|
@ -37,7 +37,7 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{
|
||||||
$postvars['order_amount'] = $order->order_full_price;
|
$postvars['order_amount'] = $order->order_full_price;
|
||||||
$postvars['notify_secret'] = $pluginConfig['notify_secret'][1];
|
$postvars['notify_secret'] = $pluginConfig['notify_secret'][1];
|
||||||
$postvars['notify_txs'] = true;
|
$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['order_id'] = $order->order_id;
|
||||||
$postvars['sandbox'] = $pluginConfig['sandbox'][1];
|
$postvars['sandbox'] = $pluginConfig['sandbox'][1];
|
||||||
$postvars['webhook_data'] = array(
|
$postvars['webhook_data'] = array(
|
||||||
|
|
Loading…
Reference in a new issue