Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
msisaif committed Sep 1, 2024
1 parent 620609e commit 702f440
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BkashPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ public function executePayment($payment_id)

$data = $response->object();

if (!isset($data->status)) {
throw new \ErrorException("Payment execution failed. No status received.");
}

return $data;

} catch (\Exception $e) {
Expand Down

0 comments on commit 702f440

Please sign in to comment.