Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
26b387e
Implement visual changes for the Visa Compliance disputes
dmvrtx Nov 3, 2025
69be666
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 4, 2025
b4e2910
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 5, 2025
e97735b
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 5, 2025
2597a30
Update documentation URLs
dmvrtx Nov 5, 2025
fa2792c
Update test snaphots
dmvrtx Nov 5, 2025
da83dd6
Fix links in tests
dmvrtx Nov 5, 2025
2546de7
Remove override of padding between the checkbox and action buttons
dmvrtx Nov 6, 2025
b2cf95d
Apply width boundary only if step description is the last element
dmvrtx Nov 6, 2025
d2c9197
Add the dispute type tooltip
dmvrtx Nov 6, 2025
9bf72fe
Update test snapshots
dmvrtx Nov 6, 2025
9e9bb8c
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 6, 2025
a0f0fe7
Set width of the step description to 90% if it is the last in the row.
dmvrtx Nov 10, 2025
8eb7464
Include `fee_acknowledged` flag to the evidence data for Visa Complia…
dmvrtx Nov 10, 2025
ed81166
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 10, 2025
e0d8ee8
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 11, 2025
c2cad5b
Fix the fee acknowledgement flag and notices
dmvrtx Nov 11, 2025
4fd9997
Merge branch 'develop' into woopmnt-5113-visa-compliance-dispute-requ…
dmvrtx Nov 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Handling of the Visa Compliance disputes with attention to a specific dispute fee.
2 changes: 1 addition & 1 deletion client/components/account-details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import React from 'react';
import { __ } from '@wordpress/i18n';
import { addQueryArgs } from '@wordpress/url';
import { Card, CardBody, CardHeader, Flex } from '@wordpress/components';
import { Card, CardBody, CardHeader } from '@wordpress/components';

/**
* Internal dependencies
Expand Down
7 changes: 7 additions & 0 deletions client/disputes/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ export const reasons: Record<
),
],
},
noncompliant: {
display: __( 'Non-compliant', 'woocommerce-payments' ),
claim: __(
'Your customer’s bank claims this payment violates Visa’s rules.',
'woocommerce-payments'
),
},
};

// Mapping of disputes status to display string.
Expand Down
Loading
Loading