diff --git a/src/screens/HyperSwitch/Disputes/Disputes.res b/src/screens/HyperSwitch/Disputes/Disputes.res index 5bb264986..60397188f 100644 --- a/src/screens/HyperSwitch/Disputes/Disputes.res +++ b/src/screens/HyperSwitch/Disputes/Disputes.res @@ -57,9 +57,22 @@ let make = () => { }, ~wait=200) let customUI = - + <> +
+ +

+ {"Missing disputes? Disputes might not be supported for your payment processor or might not yet have been integrated with hyperswitch. Please check the"->React.string} + + {" feature matrix "->React.string} + + {"for your processor."->React.string} +

+
+ + let {generateReport} = HyperswitchAtom.featureFlagAtom diff --git a/src/screens/HyperSwitch/Order/ShowOrder.res b/src/screens/HyperSwitch/Order/ShowOrder.res index 6f62b4a29..6740bca8d 100644 --- a/src/screens/HyperSwitch/Order/ShowOrder.res +++ b/src/screens/HyperSwitch/Order/ShowOrder.res @@ -381,6 +381,12 @@ module Attempts = { }
+
+ + + {`You can validate the information shown here by cross checking the hyperswitch payment attempt identifier (Attempt ID) in your payment processor portal.`->React.string} + +

{"Payment Attempts"->React.string}