Skip to content

Commit

Permalink
Set default client in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Sep 4, 2019
1 parent 5f3d0ea commit 565741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/billmate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'test' => env('BILLMATE_TEST', true),
'url' => env('BILLMATE_URL', 'https://api.billmate.se'),
'version' => env('BILLMATE_VERSION', '2.1.6'),
'client' => env('BILLMATE_CLIENT'),
'client' => env('BILLMATE_CLIENT', 'ttrig/laravel-billmate'),

'route_prefix' => 'billmate',
'accept_action' => 'BillmateController@accept',
Expand Down

0 comments on commit 565741f

Please sign in to comment.