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

Integrate webform_calculator support? #19

Closed laryn closed 2 years ago

laryn commented 4 years ago

I'm not sure what it would take to integrate support for Webform Calculator, but that would be helpful in generating a simple "order form" style webform, where you input quantities on a bunch of fields and then hit "Pay now" at the bottom to pay for it all at once.

The formula webform component (and calculated value) would need to be accessible to the Stripe payment functions.

yorkshire-pudding commented 4 months ago

@laryn - did you ever investigate what would be involved in this?

laryn commented 4 months ago

@yorkshire-pudding I don't recall specifics but I think on that project I ended up using the provided hook to do some calculations prior to the call to Stripe:

yorkshire-pudding commented 4 months ago

Thanks @laryn - I can work with that