topshelfcraft / payment-source-tools-core
A module to provide core functionality for working with Payment Sources in Craft Commerce projects.
Package info
github.com/TopShelfCraft/payment-source-tools-core
pkg:composer/topshelfcraft/payment-source-tools-core
3.3.0
2022-09-11 18:26 UTC
Requires
- craftcms/commerce: ^3.1
This package is auto-updated.
Last update: 2026-03-12 02:04:29 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