Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Providers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Apr 14, 2018
1 parent b2fa591 commit 9ca3ab7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,12 @@
"post-create-project-cmd": []
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
"Grafite\\Commerce\\GrafiteCommerceModuleProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion src/Publishes/config/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'name' => 'Grafite Commerce',
'currency' => env('CURRENCY', 'usd'),
'taxes_include_shipping' => false,
'taxes_include_shipping' => true,
'store_url_prefix' => 'store',
'currencies' => [
'AUD' => 'aud',
Expand Down

0 comments on commit 9ca3ab7

Please sign in to comment.