multisafepay/magento2

MultiSafepay module suite for Magento 2

Installs: 275 751

Dependents: 1

Suggesters: 0

Security: 0

Stars: 18

Watchers: 8

Forks: 8

Open Issues: 3

Language:Shell

Type:metapackage

3.5.0 2024-04-03 09:58 UTC

README

68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2d69636f6e2e737667

MultiSafepay plugin for Magento 2

Build Codecov Latest stable version Total downloads License

Easily integrate MultiSafepay payment solutions into your Magento 2 webshop with our free plugin. The latest release includes unit/integration testing and it is built on the Magento payment provider gateway structure.

Before you get started, read MultiSafepay Docs - Magento 2 for:

  • Supported payment methods
  • Upgrades from version v1.14 and below

About MultiSafepay

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

Prerequisites

  • You will need a MultiSafepay account. Consider a test account first.
  • Magento Open Source version 2.3.x & 2.4.x
  • PHP 7.2+

License

Open software license (OSL 3.0)

Modules

The plugin consists of several modules:

Module dependencies

The meta-package has a dependency on MSI. This means the MSI modules must be available (but not necessarily enabled) in your store.

If you have removed MSI (e.g. with a composer-replace trick like yireo/magento2-replace-inventory), you can't install the meta-package. To integrate with MultiSafepay, instead of installing the meta-package, install the magento2-frontend module and the magento2-catalog-inventory module.

The magento2-frontend module has a dependency on the magento2-core and magento2-adminhtml modules, so they are all installed together. In some cases, you also then need a stock-handling module. Since MSI is not available, you can install the magento2-catalog-inventory module instead.

The installation process is the same for the Adobe Commerce version.

How to install

  1. For developers, we recommend installing the composer packages separately so you can finetune which modules you need.

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

composer require multisafepay/magento2
  1. To enable all MultiSafepay modules, run the following:
php bin/magento module:enable MultiSafepay_ConnectCore MultiSafepay_ConnectAdminhtml MultiSafepay_ConnectFrontend
  1. When you disable MSI in Magento 2, you must also disable the MultiSafepay MSI module by running:
php bin/magento module:disable MultiSafepay_ConnectMSI
  1. If you have a Magento 2 environment with MSI disabled, to enable the MultiSafepay CatalogInventory module instead, run:
php bin/magento module:enable MultiSafepay_ConnectCatalogInventory
  1. Run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Versioning

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

composer show -v | grep multisafepay

Support

Contributors

If you see an opportunity to make an improvement, we invite you to create a pull request, create an issue, or email integration@multisafepay.com

As a thank you for your contribution, we'll send you a MultiSafepay t-shirt, making you part of the team!

Want to be part of the team?

Are you a developer interested in working at MultiSafepay? Check out our job openings and feel free to get in touch!