magenxcommerce/module-payment

N/A

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

👁 magenxcommerce

Package info

github.com/magenxcommerce/module-payment

Type:magento2-module

pkg:composer/magenxcommerce/module-payment

Statistics

Installs: 227

Dependents: 10

Suggesters: 0

Stars: 0

Open Issues: 0

100.4.3 2021-10-20 06:26 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • magento/module-payment: *

OSL-3.0, AFL-3.0 407310929bd13c0fae1003cac286b755aec6e5b1


README

The Magento_Payment module provides the abstraction level for all payment methods, and all logic that should be used when adding a new payment method. This logic includes configuration models, separate models for payment data verification and so on. For example, Magento\Payment\Model\Method\AbstractMethod is an abstract model which should be extended by particular payment methods.