-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore: [IOBP-964] Add zendesk payment subcategories #6522
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6522 +/- ##
==========================================
+ Coverage 48.42% 49.03% +0.60%
==========================================
Files 1488 1549 +61
Lines 31617 31919 +302
Branches 7669 7221 -448
==========================================
+ Hits 15311 15651 +340
+ Misses 16238 16229 -9
+ Partials 68 39 -29
... and 1711 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
ts/features/payments/checkout/hooks/usePaymentFailureSupportModal.tsx
Outdated
Show resolved
Hide resolved
ts/features/payments/checkout/hooks/usePaymentFailureSupportModal.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Warning
this PR depends on pagopa/io-services-metadata#892
this PR depends on pagopa/io-dev-api-server#446
Short description
This pull request includes the addition of a new API request type for fetching
Zendesk
payment configuration, updates to the Redux store and sagas to handle this new configuration, and modifications to the payment failure support modal to utilize the new configuration.List of changes proposed in this pull request
GetZendeskPaymentConfigT
and a corresponding API requestgetZendeskPaymentConfig
to fetch the Zendesk payment configurationhandleGetZendeskPaymentConfig
to manage the side effects of fetching the Zendesk payment configuration and integrated it into thewatchZendeskSupportSaga
getZendeskPaymentConfig
action and utilize the fetched configuration to set custom fields for Zendesk ticketsHow to test
Ensure that the outcomes are accurately mapped to the corresponding subcategory when opening a ticket