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

This package is auto-updated.

Last update: 2024-03-11 21:52:55 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: