Skip to content

Commit

Permalink
fix: [IOBP-836] Remove assistance for FCI into payments zendesk modal (
Browse files Browse the repository at this point in the history
…#6165)

## Short description
This PR removes the FCI information asked when users open a support
request from the payments screen.

## List of changes proposed in this pull request
- Edited the flag to open a zendesk ticket request setting to `false`
the `requestForFci` property
- Setted to true the value to show data of the payments in the zendesk
permissions request modal

## How to test
- Start any payment from the payments screen
- Add an invalid notice code
- Tap on the "Request assistance" button 


## Before
<img
src="https://github.com/user-attachments/assets/edd4aa68-5735-4df7-af08-34b62571817e"
width="300" />

---------

Co-authored-by: LazyAfternoons <[email protected]>
  • Loading branch information
Hantex9 and LazyAfternoons authored Sep 13, 2024
1 parent 33379a6 commit 9dae1e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ const usePaymentFailureSupportModal = ({
dispatch(
zendeskSupportStart({
startingRoute: "n/a",
assistanceForPayment: false,
assistanceForPayment: true,
assistanceForCard: false,
assistanceForFci: true
assistanceForFci: false
})
);
dispatch(zendeskSelectedCategory(zendeskPaymentCategory));
Expand Down

0 comments on commit 9dae1e7

Please sign in to comment.