Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Order] Order exchange rate #5804

Merged
merged 9 commits into from
Aug 17, 2016
Merged

Conversation

Arminek
Copy link
Contributor

@Arminek Arminek commented Aug 16, 2016

Q A
Bug fix? no
New feature? no
BC breaks? no
Related tickets #5738
License MIT

@@ -193,7 +216,7 @@ private function provideCurrency($currencyCode)
$currency = $this->currencyRepository->findOneBy(['code' => $currencyCode]);
if (null === $currency) {
/** @var CurrencyInterface $currency */
$currency = $this->createCurrency($currencyCode, mt_rand(0, 200) / 100);
$currency = $this->createCurrency($currencyCode, mt_rand(0, 200) / 100);
Copy link
Member

@lchrusciel lchrusciel Aug 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't it good?

@@ -0,0 +1,32 @@
@customer_account
Feature: Viewing details of an order
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Viewing summary of an order placed in currency different than base

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also filename should match the feature title.

@pjedrzejewski pjedrzejewski merged commit 71ce830 into Sylius:master Aug 17, 2016
@pjedrzejewski
Copy link
Member

Thank you Arek and Ania! :)

pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants