Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(animatedcheckbox): Save Card Details checkbox changes #184

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

vsrivatsa-edinburgh
Copy link
Contributor

Hide Save Card Details Checkbox until CustomerPaymentMethodsList responds with is_guest_customer false to prevent payment attempt with setup_future_usage: "on_session" when customer_id is actually null

fixes #183

Hide Save Card Details Checkbox until CustomerPaymentMethodsList responds with is_guest_customer
false to prevent payment attempt with setup_future_usage: "on_session" when customer_id is actually
null

fixes #183
@vsrivatsa-edinburgh vsrivatsa-edinburgh self-assigned this Feb 26, 2024
Copy link
Contributor

@prafulkoppalkar prafulkoppalkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve the comments

src/Types/PaymentType.res Show resolved Hide resolved
@prafulkoppalkar prafulkoppalkar merged commit 8cf979c into main Feb 27, 2024
@prafulkoppalkar prafulkoppalkar deleted the fix/disallow_save_cards_guests branch February 27, 2024 09:25
akash-c-k pushed a commit that referenced this pull request Feb 27, 2024
## [0.26.2](v0.26.1...v0.26.2) (2024-02-27)

### Bug Fixes

* **animatedcheckbox:** Save Card Details checkbox changes ([#184](#184)) ([8cf979c](8cf979c))
rising-dragon401 added a commit to rising-dragon401/hyperswitch-web that referenced this pull request Jul 2, 2024
## [0.26.2](juspay/hyperswitch-web@v0.26.1...v0.26.2) (2024-02-27)

### Bug Fixes

* **animatedcheckbox:** Save Card Details checkbox changes ([#184](juspay/hyperswitch-web#184)) ([8cf979c](juspay/hyperswitch-web@8cf979c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide save card details checkbox when customer_id is null
4 participants