Class SapDigitalPaymentDummyAuthorizationStrategy
java.lang.Object
de.hybris.platform.cissapdigitalpayment.strategies.impl.SapDigitalPaymentDummyAuthorizationStrategy
- All Implemented Interfaces:
SapDigitalPaymentAuthorizationStrategy
public class SapDigitalPaymentDummyAuthorizationStrategy
extends Object
implements SapDigitalPaymentAuthorizationStrategy
Dummy payment amount authorization strategy for
SapDigitalPaymentAuthorizationStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthorizePayment(CommerceCheckoutParameter parameter) Payment authorization method forSapDigitalPaymentAuthorizationStrategyde.hybris.platform.servicelayer.i18n.I18NServicevoidsetI18nService(de.hybris.platform.servicelayer.i18n.I18NService i18nService) voidsetSapDigitalPaymentAuthorizationService(SapDigitalPaymentAuthorizationService sapDigitalPaymentAuthorizationService)
-
Constructor Details
-
SapDigitalPaymentDummyAuthorizationStrategy
public SapDigitalPaymentDummyAuthorizationStrategy()
-
-
Method Details
-
authorizePayment
Description copied from interface:SapDigitalPaymentAuthorizationStrategyPayment authorization method forSapDigitalPaymentAuthorizationStrategy- Specified by:
authorizePaymentin interfaceSapDigitalPaymentAuthorizationStrategy- Parameters:
parameter- -CommerceCheckoutParametercommerce checkout parameter- Returns:
- boolean - determine whether the authorization call is success or not
-
getSapDigitalPaymentAuthorizationService
-
setSapDigitalPaymentAuthorizationService
public void setSapDigitalPaymentAuthorizationService(SapDigitalPaymentAuthorizationService sapDigitalPaymentAuthorizationService) -
getI18nService
public de.hybris.platform.servicelayer.i18n.I18NService getI18nService() -
setI18nService
public void setI18nService(de.hybris.platform.servicelayer.i18n.I18NService i18nService)
-