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
composer require topshelfcraft/payment-source-tools-core
- Register the module in your app config or by invoking
PaymentSourceTools::registerModule()
PaymentSourceTools::getInstance()->getSettings()->addPaymentSourcesUserTab = true;
- Development: Michael Rog / @michaelrog