flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

Payment sheet does not show the amount or title in the top

Open sabaridev opened this issue 5 months ago • 5 comments

Describe the bug Hi Team, Thanks for the wonderful package. I just want to find out a solution for this. currently the payment doest not show price or title in the top. instead it shows add your payment information text always. i have attached screenshot below. Is there a way to customize it?

Help me resolve it.

Expected behavior It should show Pay using <Amount>

Smartphone / tablet

  • Device: [ Poco x3 pro]
  • OS: [ Android 12]
  • Package version: [ 8.0.0+1]
  • Flutter version [ 3.10.5.]

Additional context IMG_775C93A61B21-1

sabaridev avatar Jan 18 '24 03:01 sabaridev

When you remove: primaryButtonLabel: 'Pay now', in the setuppaymentParameters it will show the price

remonh87 avatar Jan 22 '24 19:01 remonh87

When you remove: primaryButtonLabel: 'Pay now', in the setuppaymentParameters it will show the price

Hi @remonh87 the problem isn't with the primaryButtonLabel, but with the information on the top "Add your payment information" When is a subscription the paywall should look different but keep showing "Add your payment information" instead of show the billing period and so on.

I've been having the same issue

Should look like this 👇🏿

Screenshot 2024-01-25 at 15 42 54

antonio-nicolau avatar Jan 25 '24 14:01 antonio-nicolau

this is not implemented yet by stripe: https://github.com/stripe/stripe-react-native/issues/964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

remonh87 avatar Jan 25 '24 19:01 remonh87

this is not implemented yet by stripe: stripe/stripe-react-native#964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

Sure, thanks for open it again @remonh87

antonio-nicolau avatar Jan 27 '24 23:01 antonio-nicolau

is not implemented yet by stripe: stripe/stripe-react-native#964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

not showing

navaghandabhi avatar Apr 04 '24 12:04 navaghandabhi