Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NafezlyDotCom committed Aug 8, 2023
1 parent e70f4fa commit d980923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/TelrPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function pay($amount = null, $user_id = null, $user_first_name = null, $u
'return_decl'=> route($this->verify_route_name,['payment'=>"telr"]),
'return_can'=> route($this->verify_route_name,['payment'=>"telr"])
];
$response = Http::post('https://secure.telr.com/gateway/order.json', $data)->json();
$response = Http::asForm()->post('https://secure.telr.com/gateway/order.json', $data)->json();


if(isset($response['url']))
Expand Down

0 comments on commit d980923

Please sign in to comment.