diff --git a/src/screens/HyperSwitch/Connectors/ConnectPayPalFlow/PayPalFlowTypes.res b/src/screens/HyperSwitch/Connectors/ConnectPayPalFlow/PayPalFlowTypes.res index b2fa20c9c..c9371b4ec 100644 --- a/src/screens/HyperSwitch/Connectors/ConnectPayPalFlow/PayPalFlowTypes.res +++ b/src/screens/HyperSwitch/Connectors/ConnectPayPalFlow/PayPalFlowTypes.res @@ -19,6 +19,5 @@ type errorPageInfoType = { headerText: string, subText: string, buttonText?: string, - additionalInformation?: string, refreshStatusText?: string, }