Skip to content

Commit 702f440

Browse files
committed
bug fixed
1 parent 620609e commit 702f440

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BkashPayment.php

-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ public function executePayment($payment_id)
132132

133133
$data = $response->object();
134134

135-
if (!isset($data->status)) {
136-
throw new \ErrorException("Payment execution failed. No status received.");
137-
}
138-
139135
return $data;
140136

141137
} catch (\Exception $e) {

0 commit comments

Comments
 (0)