Editor - Payments methods
Lists the methods of project payments and allows you to manage which ones you will use this business
Main models
paymethods
: contains all payment methods in an array
Utility Functions
changeStatePaymethod(paymethod)
: enable / disable this method of payment for businessshowPaymentsMethodSettings(paymethod)
: open a modal that allows you to configure the payment methods
Example of base theme
hide()
paymethods
changeStatePaymethod(paymethod)
showPaymentsMethodSettings(paymethod)
Updated over 5 years ago