Skip to content

Commit 26b387e

Browse files
committed
Implement visual changes for the Visa Compliance disputes
1 parent dd2c9c6 commit 26b387e

13 files changed

+2272
-11
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: add
3+
4+
Handling of the Visa Compliance disputes with attention to a specific dispute fee.

client/components/account-details/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import React from 'react';
77
import { __ } from '@wordpress/i18n';
88
import { addQueryArgs } from '@wordpress/url';
9-
import { Card, CardBody, CardHeader, Flex } from '@wordpress/components';
9+
import { Card, CardBody, CardHeader } from '@wordpress/components';
1010

1111
/**
1212
* Internal dependencies

client/disputes/strings.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@ export const reasons: Record<
349349
),
350350
],
351351
},
352+
noncompliant: {
353+
display: __( 'Non-compliant', 'woocommerce-payments' ),
354+
claim: __(
355+
'Your customer’s bank claims this payment violates Visa’s rules.',
356+
'woocommerce-payments'
357+
),
358+
},
352359
};
353360

354361
// Mapping of disputes status to display string.

0 commit comments

Comments
 (0)