Interface PaymentGatewayRollbackService

All Superinterfaces:
PaymentGatewayTypeAware

public interface PaymentGatewayRollbackService extends PaymentGatewayTypeAware

This API allows each module to provide its own implementation for rollback. Each module needs to implement this if for some reason the checkout workflow fails after payments have been finalized and the submitted transaction needs to rollback.

Author:
Elbert Bautista (elbertbautista)