Add paystack fees to transactions code example
Example 1: transaction fee in paystack customization
Final Amount = ({Price} + {Flat fee}) / (1 – {Decimal Fee})
Example 2: transaction fee in paystack customization
Final Amount = {Price} / (1 – {Decimal Fee})