|
|
|
@ -89,7 +89,7 @@ class Note_model extends CI_Model {
|
|
|
|
|
?,N?,N?,?,N?,N?,?,?,N?,N?,?, N?, GETDATE(),'unsend'
|
|
|
|
|
)
|
|
|
|
|
";
|
|
|
|
|
$query = $this->HT->query($sql, array($pn_txn_id, $pn_invoice, $pn_custom, $pn_mc_gross, $pn_item_name, $pn_item_number, $pn_mc_currency, $pn_payment_status, $pn_payer, $pn_payer_email, $pn_payment_date, $pn_memo));
|
|
|
|
|
$query = $this->HT->query($sql, array($pn_txn_id, $pn_invoice, $pn_custom, $pn_mc_gross, mb_substr($pn_item_name, 0, 250) , $pn_item_number, $pn_mc_currency, $pn_payment_status, $pn_payer, $pn_payer_email, $pn_payment_date, $pn_memo));
|
|
|
|
|
$insertid = $this->HT->last_id('paypal_note');
|
|
|
|
|
return $query;
|
|
|
|
|
}
|
|
|
|
|