We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70f4fa commit d980923Copy full SHA for d980923
src/Classes/TelrPayment.php
@@ -60,7 +60,7 @@ public function pay($amount = null, $user_id = null, $user_first_name = null, $u
60
'return_decl'=> route($this->verify_route_name,['payment'=>"telr"]),
61
'return_can'=> route($this->verify_route_name,['payment'=>"telr"])
62
];
63
- $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();
64
65
66
if(isset($response['url']))
0 commit comments