topshelfcraft / payment-source-tools-base
A module to provide core functionality for working with Payment Sources in Craft Commerce projects.
3.3.0
2022-09-11 18:26 UTC
Requires
- craftcms/commerce: ^3.1
This package is auto-updated.
Last update: 2024-11-11 23:18:01 UTC
README
a module for Craft CMS 3.5+ and Commerce 3.2+
When registered by an app or Plugin, this module provides functionality for:
- adding a Payment Sources tab in the CP
Installation
composer require topshelfcraft/payment-source-tools-core
- Register the module in your app config or by invoking
PaymentSourceTools::registerModule()
To add a Payment Sources tab to the User screen...
PaymentSourceTools::getInstance()->getSettings()->addPaymentSourcesUserTab = true;
Contributors:
- Development: Michael Rog / @michaelrog