#IF(#GetMerchantStatusError EQ "1")
{ConnectionFailed}
{CheckCredentials}
#ENDIF
#IF(#SetInvisible)
{Notification}
{SetPaymentMethodInvisible}
#ENDIF
#IF(#NewPaymentMethods)
{NewPaymentMethodsCreated}
#LOOP(#NewPaymentMethods)
#ENDLOOP
#ENDIF
{NewSaferpay2MethodInfo}
#INCLUDE("INC-MBO-MultiPaymentMethodTableSettings")
#IF( NOT #CanReplicatePayment OR (#Shop.FeatureMaxValue.PaymentMethods <= #Shop.FeatureCurrentValue.PaymentMethods))
{NewPaymentMethod}
#IF(#Shop.FeatureMaxValue.PaymentMethods <= #Shop.FeatureCurrentValue.PaymentMethods)
{FeatureMaxValueReached}
#ENDIF
#ENDIF
#ENDWITH_ERROR
#IF(#FUNCTION("MENU_COUNT", "RelatedTopic") > 0)