You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug A clear and concise description of what the bug is.
Hello 👋 , not sure if this's the best repo to ask but I can reproduce the error via the Jsfiddle link from your site. https://jsfiddle.net/ru59csa1/
when disabling credit card by setting allowCreditCards parameters to false it blocked all test cards and the UI is broken.
can only use real cards to test.
Happens in JS also for the Android Sdk (the UI is ok tho, just test cards not usable).
To Reproduce Steps to reproduce the behavior:
Go to the sandbox
Change allowCreditCards to false for parameters in baseCardPaymentMethod
Run the code then click the pay button
test cards are blocked and the UI styling is off
can only test via real cards, setting this boolean to false can block my real credit card and still allow real debit card
Expected behavior A clear and concise description of what you expected to happen.
Any chance you can fix the UI, fix/provide extra cards to test ban credit card?
Screenshots If applicable, add screenshots to help explain your problem.
working as expected when testing with real cards, the last one is a credit card and it's blocked
Component information:
Component
React component (@google-pay/button-react)
Custom element (@google-pay/button-element)
Angular component (@google-pay/button-angular)
Component version (e.g. 1.0.0):
Environment:
Device (e.g. iPhone6):
OS (e.g. iOS8.1):
Browser (e.g. stock browser, safari): chrome
Country/region: AU
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug A clear and concise description of what the bug is.
Hello 👋 , not sure if this's the best repo to ask but I can reproduce the error via the Jsfiddle link from your site.
https://jsfiddle.net/ru59csa1/
when disabling credit card by setting
allowCreditCards
parameters to false it blocked all test cards and the UI is broken.can only use real cards to test.
Happens in JS also for the Android Sdk (the UI is ok tho, just test cards not usable).
To Reproduce Steps to reproduce the behavior:
allowCreditCards
to false for parameters inbaseCardPaymentMethod
real
credit card and still allowreal
debit cardJsFiddle link
https://jsfiddle.net/ru59csa1/
Expected behavior A clear and concise description of what you expected to happen.
Any chance you can fix the UI, fix/provide extra cards to test ban credit card?
Screenshots If applicable, add screenshots to help explain your problem.
working as expected when testing with real cards, the last one is a credit card and it's blocked
Component information:
@google-pay/button-react
)@google-pay/button-element
)@google-pay/button-angular
)Environment:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: