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

3.3.0 2022-09-11 18:26 UTC

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

  1. composer require topshelfcraft/payment-source-tools-core
  2. 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: