|
|
|
|
@ -670,7 +670,7 @@ class PaymentService extends CI_Controller {
|
|
|
|
|
$data['gai_info'] = $this->account_model->get_money_t($pn_txn_id);
|
|
|
|
|
if ( ! empty($data['gai_info'])) {
|
|
|
|
|
$old_ssje = $data['gai_info'][0]->GAI_SSJE;
|
|
|
|
|
$this->account_model->delete_money_t($pn_txn_id, $data['gai_info']->GAI_SN);
|
|
|
|
|
$this->account_model->delete_money_t($pn_txn_id, $data['gai_info'][0]->GAI_SN);
|
|
|
|
|
}
|
|
|
|
|
} elseif ($orderid_info->ordertype === 'B' || $orderid_info->ordertype === 'TP'
|
|
|
|
|
|| $orderid_info->ordertype === 'A'
|
|
|
|
|
@ -678,7 +678,7 @@ class PaymentService extends CI_Controller {
|
|
|
|
|
$data['gai_info'] = $this->account_model->get_money_b($pn_txn_id);
|
|
|
|
|
if ( ! empty($data['gai_info'])) {
|
|
|
|
|
$old_ssje = $data['gai_info'][0]->GAI_SSJE;
|
|
|
|
|
$this->account_model->delete_money_b($pn_txn_id, $data['gai_info']->GAI_SN);
|
|
|
|
|
$this->account_model->delete_money_b($pn_txn_id, $data['gai_info'][0]->GAI_SN);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|