Skip to content

Commit

Permalink
Merge pull request #124 from MotaghiFar/MotaghiFar-patch-1
Browse files Browse the repository at this point in the history
Fix Saman null 'tracking_code' & 'card_number'
  • Loading branch information
hpakdaman committed Jun 8, 2018
2 parents c591d41 + 68d245d commit 1ad00bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Saman/Saman.php
Expand Up @@ -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');

Expand Down

0 comments on commit 1ad00bf

Please sign in to comment.