diff --git a/src/screens/HyperSwitch/Settings/BusinessMapping/BusinessProfile.res b/src/screens/HyperSwitch/Settings/BusinessMapping/BusinessProfile.res index 1adacb366..ad54c171b 100644 --- a/src/screens/HyperSwitch/Settings/BusinessMapping/BusinessProfile.res +++ b/src/screens/HyperSwitch/Settings/BusinessMapping/BusinessProfile.res @@ -1,3 +1,12 @@ +module WarningArea = { + @react.component + let make = (~warningText) => { +

+ {"NOTE:"->React.string} + {warningText->React.string} +

+ } +} module AddEntryBtn = { @react.component let make = ( @@ -51,7 +60,10 @@ module AddEntryBtn = { | Successful =>
-

+ +

{"Business Profile successfully created! Set up your payments settings like webhooks, return url for your new profile before trying a payment."->React.string}

}} @@ -155,11 +167,16 @@ let make = (
-
+
+ Js.Array2.length > 1}> + +