Skip to content

Commit

Permalink
urlc and url in api section
Browse files Browse the repository at this point in the history
  • Loading branch information
axotion committed Nov 21, 2017
1 parent 67d8437 commit e4f14b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/laravel-dotpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
'shop_id' => env('DOTPAY_SHOP_ID'),
'pin' => env('DOTPAY_PIN'),
'base_url' => env('DOTPAY_BASE_URL'),

],
'options' => [
'url' => env('DOTPAY_URL'),
'curl' => env('DOTPAY_CURL'),
],
'options' => [
'recipient' => [
'company' => 'YourCompany',
'address' => [
Expand Down

0 comments on commit e4f14b9

Please sign in to comment.