Skip to content

Commit

Permalink
made smalll fix on api util showing response
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrax committed Feb 18, 2021
1 parent b3788df commit 7471f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaypalUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function executepayment($token,$url,$payer_id){
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
// echo $response;
}

return $response;
Expand Down

0 comments on commit 7471f89

Please sign in to comment.