Class CaptureMockCommand

java.lang.Object
de.hybris.platform.payment.commands.impl.GenericMockCommand
de.hybris.platform.payment.commands.impl.CaptureMockCommand
All Implemented Interfaces:
CaptureCommand, Command<CaptureRequest,CaptureResult>

public class CaptureMockCommand extends GenericMockCommand implements CaptureCommand
A mockup Implementation for CaptureCommand. The implementation allows to run tests of the payment module without actually paying a dime for it.
  • Constructor Details

    • CaptureMockCommand

      public CaptureMockCommand()
  • Method Details