From f745114beef9eabddc0a8d889e46dafbdbfdfc57 Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Tue, 13 Jul 2021 23:43:24 +0800 Subject: [PATCH] minor changes --- plg_hikashoppayment_triplea/triplea.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plg_hikashoppayment_triplea/triplea.php b/plg_hikashoppayment_triplea/triplea.php index 085ba7e..327e025 100644 --- a/plg_hikashoppayment_triplea/triplea.php +++ b/plg_hikashoppayment_triplea/triplea.php @@ -13,10 +13,11 @@ class plgHikashoppaymentTriplea extends hikashopPaymentPlugin{ var $name = 'triplea'; var $pluginConfig = array( 'url' => array('URL', 'input'), - 'walletid' => array('TripleA Wallet ID', 'input'), +// 'walletid' => array('TripleA Wallet ID', 'input'), 'merchant_key'=>array('TripleA Merchant Key', 'input'), 'client_id'=>array('TripleA Client ID','input'), 'notify_secret'=>array('TripleA Client secret','input'), + 'sandbox'=>array('Set as testing environment','boolean','0'), 'invalid_status' => array('INVALID_STATUS', 'orderstatus'), 'pending_status' => array('PENDING_STATUS', 'orderstatus'), 'verified_status' => array('VERIFIED_STATUS', 'orderstatus')