App store price style change

This commit is contained in:
cuneytsenturk
2018-04-26 13:21:43 +03:00
parent 1294ab3f8b
commit c118b806e5
3 changed files with 11 additions and 15 deletions

View File

@ -320,6 +320,7 @@ trait Modules
'Authorization' => 'Bearer ' . setting('general.api_token'),
'Accept' => 'application/json',
'Referer' => env('APP_URL'),
'Akaunting' => version('short'),
];
$data['http_errors'] = false;