After payment is captured in the backend, a wrong redirect occurs.

Instead of being redirected to the order payment section ex:
admin/commerce/orders/[ORDER-NUMBER]/payment

It's being redirected to:
admin/commerce/orders/[TRANSACTION-NUMBER]/payment
Which results in a 404.

Any ideas why this i happening?

Comments

xen’s picture

Status: Active » Needs review

Because I told it to.

See if the latest dev version (that gets rolled tonight, the one dated 2012-Feb-24 is the old one, or a git checkout) doesn't fix it. I can't currently test that the code I just committed works.

F117’s picture

Hi Xen,
Thanks for the quick response.
I've implemented the latest dev, and will let you know if it works as soon we have another payment to capture. :)

mmncs’s picture

I have just tested the module today and it seems to work fine.

xen’s picture

Status: Needs review » Fixed

In the 1.0 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.