Is anybody successfully taking payments using Stripe on a recent 20.x? #4531
andyt
started this conversation in
Extensions & Modules
Replies: 1 comment
-
We use Stripe 1.1.9 with OpenMage 20.12.0, PHP 8.3. Throws some deprecation warnings mainly due to curly braces being ${var} instead of {$var}
We have trust issues with directly refunding from credit memos on invoices, like if refunding postage when shipping orders together. This was with prior OpenMage releases, unsure if 20.12 fixes this. PayPal refunds are broken in this regard too so it might not be limited to Stripe. For some refunds will send too much back and then we'd have to take the loss or contact the customer and kindly ask them to repay the difference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've repeatedly tried to upgrade a client's site from 19.4.6 to 20.x, and keep getting held back by our usage of the official Stripe M1 module, which errors out and has problems with the PHP version dependency. I haven't tried for a while so I'm not clear on the exact issues, or whether they would be the same with 20.latest - and I'm not inclined to try again before hearing more from the community.
It won't be an easy task to get this client away from Stripe, and I'd prefer not to anyway as Stripe is awesome. In fact, poor Stripe support must surely be holding back OpenMage adoption.
Is anybody successfully using Stripe on a recent OpenMage? I'd be interested to hear more.
Thanks!
Andy
Beta Was this translation helpful? Give feedback.
All reactions