Skip to content

Commit 48c70c2

Browse files
authored
Update Http.php
1 parent d117b95 commit 48c70c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function createPayment($url, array $requestBody = [])
2020

2121
$query = http_build_query($request);
2222
header("Location: {$url}?" . $query);
23+
exit();
2324
}
2425
}
2526
class_alias('Esewa\Http', 'Esewa_Http');

0 commit comments

Comments
 (0)