Skip to content

Commit

Permalink
[Api][Test] Add default currency
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Jul 26, 2016
1 parent 1de9418 commit 91b5f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/DataFixtures/ORM/resources/channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Sylius\Component\Core\Model\Channel:
name: "Web Channel"
hostname: "localhost"
description: "Lorem ipsum"
defaultCurrency: "@currency"
color: "black"
enabled: true
taxCalculationStrategy: "order_items_based"

Sylius\Component\Currency\Model\Currency:
currency:
code: EUR
exchangeRate: 0.89688
enabled: true

0 comments on commit 91b5f06

Please sign in to comment.