Commit 7b11b308 by Tobin

dc

parent 37f8f47f
......@@ -388,13 +388,13 @@ class Api extends CI_Controller {
$BayanPayArray =
array(
'BayanPay_Online_setting' => array(
'merchantKey' => $settings->merchant_key,
'merchantId' => $settings->merchant_id,
'merchantKey' => $settings['merchant_key'],
'merchantId' => $settings['merchant_id'],
'collaboratorId' => 'BAYANPAY',
'iv' => '0123456789abcdef',
'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,
'billingDataBlock' => 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