topshelfcraft / payment-source-tools-core
A module to provide core functionality for working with Payment Sources in Craft Commerce projects.
Installs: 11
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
pkg:composer/topshelfcraft/payment-source-tools-core
Requires
- craftcms/commerce: ^3.1
This package is auto-updated.
Last update: 2025-10-12 01:13:40 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