#taxeve_93439

1 messages · Page 1 of 1 (latest)

runic wolfBOT
west gale
#

The threads in this channel are short-lived and won't be open permanently

quartz geode
#

Okay.

west gale
quartz geode
#

We have seen this before. There is this particular section in the code:
product_data: {
name: 'T-shirt',
},
unit_amount: 2000,
},
quantity: 1,

The product name and quantity is mentioned here. This is exactly what I am trying to avoid.

#

Hello @west gale, are you checking this?

west gale
#

Thanks for waiting! Discord is busy now

#

I'm afraid it is not possible to just show final amount only in the Checkout Session page. Stripe requires product name and quantity to be set and show the information accordingly

quartz geode
#

But why is this mandatory? We are showing all the data in our checkout page, why should we display the exact same thing in Stripe payment page?

#

It is repetitive and it will require us to do additional calculations on the server for no reason!

west gale
quartz geode
#

Okay, we will look into this.