Skip to content

Commit

Permalink
executeSandboxPayment bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
msisaif committed Aug 29, 2024
1 parent f360fad commit d30aa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/BkashSandboxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function createSandboxPayment()
public function executeSandboxPayment()
{
if(!request()->paymentID) {
return redirect($this->createPayment(10, null, url("/bkash-sandbox/execute-payment")->bkashURL);
return redirect($this->createPayment(10, null, url("/bkash-sandbox/execute-payment"))->bkashURL);
}

return $this->executePayment(request()->paymentID);
Expand Down

0 comments on commit d30aa59

Please sign in to comment.