|
@@ -461,7 +461,7 @@ const FormPanel = ({ formData }) => { |
|
|
<td style={tabelStyle}> |
|
|
<td style={tabelStyle}> |
|
|
<FormattedMessage id="payDn" /> |
|
|
<FormattedMessage id="payDn" /> |
|
|
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { |
|
|
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { |
|
|
setWarningTitle(intl.formatMessage({ id: "payDn" })) |
|
|
|
|
|
|
|
|
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payDn" })) |
|
|
setWarningText( |
|
|
setWarningText( |
|
|
<><FormattedMessage id="paymentMethodMeans" /> |
|
|
<><FormattedMessage id="paymentMethodMeans" /> |
|
|
<ul> |
|
|
<ul> |
|
@@ -508,7 +508,7 @@ const FormPanel = ({ formData }) => { |
|
|
<td style={tabelStyle}> |
|
|
<td style={tabelStyle}> |
|
|
<FormattedMessage id="payNPGO" /> |
|
|
<FormattedMessage id="payNPGO" /> |
|
|
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { |
|
|
<br /><a href="#payOnlineDetails" color='#fff' onClick={() => { |
|
|
setWarningTitle(intl.formatMessage({ id: "payNPGOPopUpTitle" })) |
|
|
|
|
|
|
|
|
setWarningTitle(intl.formatMessage({ id: "paymentMeans" }) + ": " + intl.formatMessage({ id: "payNPGOPopUpTitle" })) |
|
|
setWarningText( |
|
|
setWarningText( |
|
|
<><FormattedMessage id="paymentMethodMeans" /> |
|
|
<><FormattedMessage id="paymentMethodMeans" /> |
|
|
<ul> |
|
|
<ul> |
|
|