/fpPaymentTaxPlugin

Symfony Tax plugin. It is part of fpPaymentPlugin

Primary LanguagePHPMIT LicenseMIT

fpPaymentTax

Overview

The tax functional for e-commerce

Requirements

Getting Started

"product" table must have fpPaymentTaxable and fpPaymentProduct behaviours

schema.yml

Product:
  actAs:
    fpPaymentProduct: ~
    fpPaymentTaxable: ~
  columns:
    some_other_field: {type: integer, notnull: true}