File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ # 2.4
2+
3+ - Rename package from ` 3brs/sylius-gpwebpay-payment-gateway-plugin ` to ` 3brs/sylius-gpwebpay-plugin `
4+
15# 2.3
26
37- Add support for Sylius 2.0
Original file line number Diff line number Diff line change 99* Using more different gateways at once or per channel
1010
1111<p align =" center " >
12- <img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-payment-gateway- plugin/main/doc/admin-11.png"/>
12+ <img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-plugin/main/doc/admin-11.png"/>
1313</p >
1414<p align =" center " >
15- <img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-payment-gateway- plugin/main/doc/admin-2.png"/>
15+ <img src="https://raw.githubusercontent.com/3BRS/sylius-gpwebpay-plugin/main/doc/admin-2.png"/>
1616</p >
1717
1818## Installation
1919
20201 . Run `$ composer require
21- 3brs/sylius-gpwebpay-payment-gateway- plugin`.
21+ 3brs/sylius-gpwebpay-plugin`.
22222 . Add plugin classes to your ` config/bundles.php ` :
2323
2424 ``` php
Original file line number Diff line number Diff line change 11{
2- "name" : " 3brs/sylius-gpwebpay-payment-gateway-plugin" ,
2+ "name" : " 3brs/sylius-gpwebpay-plugin" ,
3+ "replace" : {
4+ "3brs/sylius-gpwebpay-payment-gateway-plugin" : " self.version"
5+ },
36 "type" : " sylius-plugin" ,
4- "description" : " GPWebpay plugin for Sylius" ,
7+ "description" : " GPWebpay payment gateway plugin for Sylius" ,
58 "keywords" : [
69 " sylius" ,
710 " sylius-plugin" ,
811 " plugin" ,
9- " GPWebPay"
12+ " GPWebPay" ,
13+ " payment" ,
14+ " gateway"
1015 ],
1116 "license" : " MIT" ,
1217 "require" : {
You can’t perform that action at this time.
0 commit comments