Commit 7b11b308 by Tobin

dc

parent 37f8f47f
...@@ -388,13 +388,13 @@ class Api extends CI_Controller { ...@@ -388,13 +388,13 @@ class Api extends CI_Controller {
$BayanPayArray = $BayanPayArray =
array( array(
'BayanPay_Online_setting' => array( 'BayanPay_Online_setting' => array(
'merchantKey' => $settings->merchant_key, 'merchantKey' => $settings['merchant_key'],
'merchantId' => $settings->merchant_id, 'merchantId' => $settings['merchant_id'],
'collaboratorId' => 'BAYANPAY', 'collaboratorId' => 'BAYANPAY',
'iv' => '0123456789abcdef', 'iv' => '0123456789abcdef',
'url' => false// Set to false if you are using testing environment , set to true if you are using live environment 'url' => false// Set to false if you are using testing environment , set to true if you are using live environment
), ),
'Block_Existence_Indicator' => array( 'Block_Existence_Indicator'=> array(
'transactionDataBlock' => true, 'transactionDataBlock' => true,
'billingDataBlock' => true, 'billingDataBlock' => true,
'shippingDataBlock' => true, 'shippingDataBlock' => true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment