topshelfcraft/payment-source-tools-core

一个模块,用于在Craft Commerce项目中处理支付源的核心功能。

3.3.0 2022-09-11 18:26 UTC

This package is auto-updated.

Last update: 2024-09-11 22:53:31 UTC


README

适用于Craft CMS 3.5+和Commerce 3.2+的模块

当应用程序或插件注册此模块时,它提供以下功能:

  • 在CP中添加支付源标签页

安装

  1. composer require topshelfcraft/payment-source-tools-core
  2. 在您的应用程序配置中注册此模块 ,或者通过调用 PaymentSourceTools::registerModule()

要将支付源标签页添加到用户屏幕...

PaymentSourceTools::getInstance()->getSettings()->addPaymentSourcesUserTab = true;

贡献者