diff --git a/src/Saman/Saman.php b/src/Saman/Saman.php index c89f067c..4b027feb 100644 --- a/src/Saman/Saman.php +++ b/src/Saman/Saman.php @@ -98,7 +98,8 @@ function getCallback() protected function userPayment() { $this->refId = Input::get('RefNum'); - $this->trackingCode = Input::get('ResNum'); + $this->trackingCode = Input::get('‫‪TRACENO‬‬'); + $this->cardNumber = Input::get('‫‪SecurePan‬‬'); $payRequestRes = Input::get('State'); $payRequestResCode = Input::get('StateCode');