2022-08-02 — Add fees to application_state object
Fees are now included in the application_state
. Add fees can be added to orders by using the add_fee plugin action.
Each fee is added to the order total. There are two types of fees: fixed fees (which are a flat amount) and percentage fees (which calculate their net amount based on the pre-fee order total).