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

feat(POM-447): (Dynamic Checkout) Delete saved payment methods #255

Merged
merged 95 commits into from
Jan 30, 2025

Conversation

vitalii-vanziak-cko
Copy link
Collaborator

@vitalii-vanziak-cko vitalii-vanziak-cko commented Jan 29, 2025

Description

  • Standalone SavedPaymentMethods screen (so far closed by ProcessOutInternalApi annotation).
  • Integration of SavedPaymentMethods screen to Dynamic Checkout.

Added:

  • deleteCustomerToken API bindings.
  • Idempotency-Key header for PUT and DELETE requests (in addition to POST ).
  • POButton composable variant that incapsulates confirmation dialog.
  • trailingContent to POHeader, it allows to add Cancel (X) button.
  • Localization strings.

Refactored:

  • New PODrawableImage with POImageRenderingMode applied to all buttons on all screens and respective configurations.
  • Configuration change for all screens: SubmitButton renamed to generic reusable Button, when certain button needs additional features it will get it's own name (like CancelButton).
  • Deprecated inner Options configuration of nAPM (Compose) and Card Update in favor of inline properties. Related refactoring to stop using Options internally.
  • Dynamic checkout view model state, updated UI.

Misc:
Compose 2025.01.01

dc_delete_saved_methods.mp4
dc_delete_dialog.webm

Jira Issue

https://checkout.atlassian.net/browse/POM-447

@vitalii-vanziak-cko vitalii-vanziak-cko marked this pull request as ready for review January 30, 2025 10:45
@vitalii-vanziak-cko vitalii-vanziak-cko merged commit 7b33eb9 into master Jan 30, 2025
1 check passed
@vitalii-vanziak-cko vitalii-vanziak-cko deleted the feat/POM-447/dc-delete-saved-methods branch January 30, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants