Interface IActionController
- Namespace
- Dynamicweb.Ecommerce.Orders.Gateways
- Assembly
- Dynamicweb.Ecommerce.dll
Implement this interface in your GatewayProvider to handle actions
public interface IActionController
Methods
FireAction(string, params string[])
void FireAction(string action, params string[] args)
Parameters
SupportedActions()
IDictionary<string, string> SupportedActions()