Skip to content

Commit

Permalink
Update Payment.php
Browse files Browse the repository at this point in the history
Bug fix for production
  • Loading branch information
zfhassaan authored May 25, 2023
1 parent 18de887 commit 7dd4fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function initConfig()
} else {
$this->setApiUrl(config('easypaisa.prod_url'));
$this->setUserName(config('easypaisa.prod_username'));
$this->setPassword(config('easypaisa.prod_username'));
$this->setPassword(config('easypaisa.prod_password'));
$this->setStoreId(config('easypaisa.prod_storeid'));
$this->setHashKey(config('easypaisa.prod_hashkey'));
}
Expand Down

0 comments on commit 7dd4fba

Please sign in to comment.