backdrop-contrib / stripe

This module provides a simple abstraction to use the Stripe PHP SDK.
GNU General Public License v2.0
2 stars 2 forks source link

Update Stripe PHP bindings #24

Closed laryn closed 11 months ago

laryn commented 2 years ago

We currently include v7.29.0 which is getting pretty old.

quicksketch commented 2 years ago

I need a newer version yet, as I want to use the Customer Portal, which doesn't seem to be present in the 7.x version of the Stripe API: https://stripe.com/docs/api/customer_portal

laryn commented 1 year ago

@jenlampton @quicksketch I'm not using this module anywhere currently but am considering it, and have submitted a PR that will update the Stripe PHP bindings to the latest (as of a few days ago). The module's Bitcoin and Alipay settings have also been removed since the respective Stripe settings were deprecated and removed in the interim. I've tested this PR at a most basic level on a webform by creating a test form with a test payment option and submitting it with a test credit card in test mode (you get the idea). That seems to be working fine.

If you're using this module on a site anywhere, are you able to give this PR a trial run?

quicksketch commented 1 year ago

Thanks @laryn! I turns out we didn't upgrade at all because we didn't use the newer features. I'm no longer on the project that used this module.

laryn commented 11 months ago

I've merged the latest bindings (13.7.0) here and plan to make a prerelease to test with.