Skip to content

dachcom-digital/payum-postfinance-flex-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreShop PostFinance Flex Payum Connector

This Bundle activates the Postfinance Flex PaymentGateway in CoreShop. It requires the dachcom-digital/payum-postfinance-flex repository which will be installed automatically.

Requirements

CoreShop >= 3.0

Installation

    "dachcom-digital/payum-postfinance-flex-bundle": "~1.1.0"

Add Bundle to bundles.php:

return [
    # add to bottom
    PayumPostFinanceFlexBundle\PayumPostFinanceFlexBundle::class => ['all' => true],
];

3. Setup

Go to CoreShop -> PaymentProvider and add a new Provider. Choose postfinance_flex from type and fill out the required fields.

Changelog

1.1.0

  • add integration type config
  • add allowedPaymentMethodConfigurations option

Copyright and License

Copyright: DACHCOM.DIGITAL For licensing details please visit LICENSE.md