fixed paddle api client
This commit is contained in:
@@ -70,6 +70,7 @@ class PaddleClient
|
||||
$headers = [
|
||||
'User-Agent' => sprintf('FotospielApp/%s PaddleClient', app()->version()),
|
||||
'Paddle-Environment' => Str::lower($environment) === 'sandbox' ? 'sandbox' : 'production',
|
||||
'Paddle-Version' => '1',
|
||||
];
|
||||
|
||||
return $this->http
|
||||
|
||||
Reference in New Issue
Block a user