diff --git a/webht/third_party/paypal/models/note_model.php b/webht/third_party/paypal/models/note_model.php index b0ff2400..143bd16e 100644 --- a/webht/third_party/paypal/models/note_model.php +++ b/webht/third_party/paypal/models/note_model.php @@ -25,7 +25,7 @@ class Note_model extends CI_Model { $this->pn_payment_status = false; $this->pn_txn_id = false; // $this->orderby = ' ORDER BY pn.pn_sn DESC '; - $this->orderby = ' ORDER BY pn_payment_date asc,pn_payer desc '; + $this->orderby = ' ORDER BY pn_datetime desc,pn_payer desc '; //$this->pn_payment_status=' AND pn_payment_status= '; }