Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed store default currency to USD
Browse files Browse the repository at this point in the history
* For tests
  • Loading branch information
mmoreram committed Jun 24, 2015
1 parent f42a169 commit 885b719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/store/coupon.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@store @cart
@store @coupon
Feature: Store coupon
In order to use my coupons
As a visitor
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Fixtures/DataFixtures/ORM/Store/StoreData.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function load(ObjectManager $manager)
$storeDirector = $this->getDirector('store');
$address = $this->getReference('address-home');
$language = $this->getReference('language-en');
$currency = $this->getReference('currency-EUR');
$currency = $this->getReference('currency-USD');

/**
* @var StoreInterface $store
Expand Down

0 comments on commit 885b719

Please sign in to comment.