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

Cannot modify payment option on an cancelled order #3711

Closed
Senjai opened this issue Sep 12, 2013 · 3 comments
Closed

Cannot modify payment option on an cancelled order #3711

Senjai opened this issue Sep 12, 2013 · 3 comments

Comments

@Senjai
Copy link
Contributor

Senjai commented Sep 12, 2013

Related to #3697

Steps taken to reproduce this issue: (development)

Create an order as a standard user using check as the payment option

Login to the administrative interface.

Manually capture the payment via clicking balance due for the appropriate order to change the payment status to PAID.

Click the order number to edit the order.

Click Cancel Order and return to the screen. Cancelling the order does not change the payment state.

Click the PAID payment state to try to edit it, or void it and you will be redirected to editing the customers information, and thusly cannot change the state.

Not sure if this is intended behavior.

Gemfile: Standard except for spree:


gem 'spree', '2.0.4'
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-0-stable'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-0-stable'

@radar
Copy link
Contributor

radar commented Sep 12, 2013

Do you see the same problem on 2-0-stable? Seems familiar to #3336.

@Senjai
Copy link
Contributor Author

Senjai commented Oct 10, 2013

@radar
Confirmed on 2-0 stable.

gem 'spree', :git => 'https://github.com/spree/spree.git', :branch => '2-0-stable'
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-0-stable'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-0-stable'

Works fine on 2-1-stable so I guess there is an issue that has to be looked into..

gem 'spree', :git => 'https://github.com/spree/spree.git', :branch => '2-1-stable'
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-1-stable'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-1-stable'

@radar
Copy link
Contributor

radar commented Nov 28, 2013

I've added a fix to this to my master, 2-1-stable and 2-0-stable branches. It was really simple 😄

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

No branches or pull requests

2 participants