Closed echantigny closed 5 years ago
To piggy back on to this, even if the gateway IS enabled for the back end, and you can therefore get the payment through, the order remains unpaid even after the successful transaction:
@bossanova808 you are looking at successful 'Authorization' transactions. You need to click 'Capture' to actually account for the money being received, and added towards the total paid.
LOL - ok, I am sure I should know that!
But that language is...not great. Should be 'Receive Payment' really. To match what it is used in order processing/accounting.
@bossanova808 I'm not sure if this is a regional thing, but authorize and capture are exactly what my payment provider uses too, Moneris.
Authorize means that you have checked if the credit card is valid and can accept the charge, but you did not take any money yet.
Capture means that you take the money right away if the card is valid.
Right - with credit card payments I know that is indeed used (it's still not great language, even if it is commonly used, though!)....but not with manual payments/gateways, which are usually used for things like direct fund transfers and cheques etc. - but I guess given the larger context...sure.
@bossanova808. Ah, of course. Forgot what this thread was about. We'll, I didn't know that because I can't get to that point. But the manual dummy gateway, the default one, doesn't have those distinctions.
@lukeholder This looks like it's a configuration issue, but I'm not sure what that config is that's giving me issues. I have the exact same DB on both local and prod servers and it works on prod but not locally. I thought it was because of my commerce-gateways.php file, so I removed it, but the same issue is rising after.
If I pinpoint the issue, I'll update this.
Please let me know if you can reproduce and I will reopen.
Description
I have a Moneris gateway that works for the front-end part of the site.
I also want the manual gateway in the backend because my client uses that sometimes for phone/onsite orders. I am getting an error trying to make that transaction in the CP.
Steps to reproduce
Additional info