Method Configure
Configure(IPurchasingBinder)
Configures the purchasing module.
Declaration
public void Configure(IPurchasingBinder binder)
Parameters
Type | Name | Description |
---|---|---|
IPurchasingBinder | binder | The object binding the purchasing with store implementations |
Implements
Configure()
Configures the purchasing module with default settings.
Declaration
public abstract void Configure()