mirror of
https://github.com/kikobar/hikashoppayment-triplea.git
synced 2024-12-22 05:44:11 +00:00
minor changes
This commit is contained in:
parent
5d2d58eb5f
commit
f745114bee
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue