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

[Shop] Change payment method on an order #5419

Merged
merged 7 commits into from
Jul 8, 2016

Conversation

tuka217
Copy link
Contributor

@tuka217 tuka217 commented Jul 4, 2016

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

@tuka217 tuka217 force-pushed the thanks-payment branch 6 times, most recently from 0e262d1 to fbd8de9 Compare July 6, 2016 12:37
@tuka217 tuka217 changed the title [WIP][Shop] Change payment method on a order [Shop] Change payment method on a order Jul 6, 2016
@@ -910,6 +910,22 @@ public function iCompleteAddressingStepWithEmail($email, AddressInterface $addre
}

/**
* @When I choose payment method :paymentMethodName
*/
public function iChoosePaymentMethod1($paymentMethodName)
Copy link
Member

Choose a reason for hiding this comment

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

iChoosePaymentMethod

@Zales0123
Copy link
Member

@tuka217 rebase required ;) And there is a typo in PR title a order -> an order 😄 🐃

@tuka217 tuka217 changed the title [Shop] Change payment method on a order [Shop] Change payment method on an order Jul 7, 2016
And I am redirected back to the order payment page
When I try to pay again with offline method
Then I should be redirected back to the thank you page
And I proceed selecting "PayPal Express Checkout" payment method
Copy link
Member

Choose a reason for hiding this comment

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

proceed -> proceeded

@tuka217 tuka217 force-pushed the thanks-payment branch 3 times, most recently from 236ca85 to 7e929e7 Compare July 7, 2016 07:37
@tuka217 tuka217 changed the title [Shop] Change payment method on an order [WIP][Shop] Change payment method on an order Jul 7, 2016
@tuka217 tuka217 force-pushed the thanks-payment branch 2 times, most recently from 8a88962 to ebf0c87 Compare July 7, 2016 09:12
@tuka217 tuka217 changed the title [WIP][Shop] Change payment method on an order [Shop] Change payment method on an order Jul 7, 2016
@tuka217 tuka217 force-pushed the thanks-payment branch 2 times, most recently from 154deb7 to 5106ee1 Compare July 7, 2016 10:55
@@ -32,4 +32,6 @@ public function mockCollaborator($className);
* @return MockInterface
*/
public function mockService($serviceId, $className);

public function unmockAllServices();
Copy link
Member

Choose a reason for hiding this comment

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

Is it needed? I think it has been removed eventually.

@Zales0123
Copy link
Member

@tuka217 Last fixes + rebase and I think it'll be ready to go ;)

@@ -881,6 +889,14 @@ private function createDefaultAddress()
}

/**
* @Given I confirm my changes
Copy link
Member

Choose a reason for hiding this comment

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

Given -> When

@pjedrzejewski pjedrzejewski merged commit dacd15b into Sylius:master Jul 8, 2016
@pjedrzejewski
Copy link
Member

Thank you Ania, nice work!

pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
[Shop] Change payment method on an order
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

6 participants