New feature update : formatUsing formatter classes
New feature update :
Price::formatUsing()
: Now accepts callable closures, custom formatter class names (string) and instances (as long as they extend\Whitecube\Price\Formatting\CustomFormatter
). Examples in the docs and tests.