Skip to content

basvanpoppel/magento2-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSafepay plugin for Magento 2

Easily integrate MultiSafepay payment solutions into your Magento 2 webshop with the free and completely new MultiSafepay Magento 2 plugin. The new plugin brings code improvements, unit/integration testing, and it is build on top of the Magento payment provider gateway structure.

Before you get started, please read our installation & configuration manual first.

About MultiSafepay

MultiSafepay is a collecting payment service provider which means we take care of the agreements, technical details and payment collection required for each payment method. You can start selling online today and manage all your transactions from one place.

Supported Payment Methods

The supported Payment Methods & Giftcards for this plugin can be found over here: Payment Methods & Giftcards

Requirements

Module suite

The new MultiSafepay Magento 2 plugin consists of several modules:

For GraphQL support there is a separate module:

Upgrading from plugin version v1.14 and below

To avoid conflicts between plugin v1.14 (and below) and this new version, we recommend uninstalling the current plugin prior to installing this new version.

Please be aware that it will not be possible to do an online refund for MultiSafepay orders that were created prior to installation of the new plugin. Those orders can only be refunded from your MultiSafepay Control.

Installation

If you are a developer, we recommend installing the various composer packages separately so that you can finetune which modules are needed and which are not.

For merchants, we recommend installing the complete package via composer:

composer require multisafepay/magento2

This will install all the different Magento 2 modules that support MultiSafepay.

Next, to enable all MultiSafepay modules, run the following:

./bin/magento module:enable `./bin/magento module:status | grep MultiSafepay_`

Next, run the following commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Stock handling

If you have disabled MSI inside Magento 2, then you can use the following command to disable the MultiSafepay MSI module:

php bin/magento module:disable MultiSafepay_ConnectMSI

If you have a Magento 2 installation with MSI enabled, you can use the following command to disable the MultiSafepay CatalogInventory module instead:

php bin/magento module:disable MultiSafepay_ConnectCatalogInventory

Versioning

This package installs multiple modules that are available in other repositories via composer. Unlike the seperate modules it installs, it does not adhere to semantic versioning. To find out which version you are running for the seperate modules, the following command can be used:

composer show -v | grep multisafepay

Support

You can create issues on our repository. If you need any additional help or support, please contact integration@multisafepay.com

We are also available on our Magento Slack channel #multisafepay-payments. Feel free to start a conversation or provide suggestions as to how we can refine our Magento 2 plugin.

A gift for your contribution

We look forward to receiving your input. Have you seen an opportunity to change things for better? We would like to invite you to create a pull request on GitHub. Are you missing something and would like us to fix it? Suggest an improvement by sending us an email or by creating an issue.

What will you get in return? A brand new designed MultiSafepay t-shirt which will make you part of the team!

License

Open Software License (OSL 3.0)

Want to be part of the team?

Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.

About

MultiSafepay plugin for Magento 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%