Skip to content

Commit

Permalink
رفع خطا
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman committed May 20, 2016
1 parent 052e4db commit cce85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsian/Parsian.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected function sendPayRequest()
*/
protected function verifyPayment()
{
if (!isset(Input::get('au')) && !isset(Input::get('rs')))
if (!Input::has('au') && !Input::has('rs'))
throw new ParsianErrorException('درخواست غیر معتبر', -1);

$authority = Input::get('au');
Expand Down

0 comments on commit cce85c9

Please sign in to comment.