howmas/payment-bundle

HowMAS Payment Bundle

dev-master 2024-02-02 16:12 UTC

This package is auto-updated.

Last update: 2024-10-01 00:09:25 UTC


README

HowMAS Payment Bundle 在线支付网关集成

安装

  1. 在您的 Pimcore 11 根项目中
$ composer require howmas/payment-bundle
  1. 更新 config/bundles.php 文件
return [
    ....
    HowMAS\PaymentBundle\HowMASPaymentBundle::class => ['all' => true],
];

VNPay

查看文档