sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Add stripe product names for respective payments #81

Closed lilliputten closed 6 months ago

lilliputten commented 6 months ago

There should be different products for membership and event registration payments.

Now this value comes from a single source: environment variable STRIPE_PAYMENT_PRODUCT_NAME, and it's the same for all the payments.

lilliputten commented 6 months ago

@cmutel Check this task, pls: do we really need it and in which way?

cmutel commented 6 months ago

I think we need to shift to the heavier payments intent API. I will work on it.

lilliputten commented 6 months ago

I think we need to shift to the heavier payments intent API. I will work on it.

It's already being used there. What do you mean by that?

UP: Do you want to use that API differently? In a kinda more sophisticated way?

lilliputten commented 6 months ago

Not actual, as we don't use product names anymore in stripe payment intent api.