howmas/payment-bundle

HowMAS Payment Bundle

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

This package is auto-updated.

Last update: 2024-05-01 00:12:12 UTC


README

HowMAS Payment Bundle Online payment gateway integration

Installation

  1. On your Pimcore 11 root project:
$ composer require howmas/payment-bundle
  1. Update config/bundles.php file:
return [
    ....
    HowMAS\PaymentBundle\HowMASPaymentBundle::class => ['all' => true],
];

VNPay

See docs