Skip to content

Commit

Permalink
remove return type as string
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Jul 3, 2022
1 parent a61e64d commit 575f3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function payNow(Base $base)
* @throws Exception
* @since v1.6.0
*/
public function payNowWithoutRedirection(Base $base): string
public function payNowWithoutRedirection(Base $base)
{
$request = new RequestHandler($base);
return $request->sendRequest(false);
Expand Down

0 comments on commit 575f3e1

Please sign in to comment.