Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaziul authored Jun 14, 2022
1 parent 1b5a6ee commit ad31353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ try {
ShurjoPay::create($config)
->verify($order_id);

} catch (Raziul\ShurjoPay\ShurjoPayException $ex) {
} catch (Raziul\ShurjoPay\ShurjoPayException $e) {
echo $e->getMessage();
}
```
Expand Down

0 comments on commit ad31353

Please sign in to comment.