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
Package info
github.com/magenxcommerce/module-payment
Type:magento2-module
pkg:composer/magenxcommerce/module-payment
Requires
- php: ~7.3.0||~7.4.0
- magenxcommerce/framework: 103.0.*
- magenxcommerce/module-checkout: 100.4.*
- magenxcommerce/module-config: 101.2.*
- magenxcommerce/module-directory: 100.4.*
- magenxcommerce/module-quote: 101.2.*
- magenxcommerce/module-sales: 103.0.*
- magenxcommerce/module-store: 101.1.*
- magenxcommerce/module-ui: 101.2.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
- magento/module-payment: *
OSL-3.0, AFL-3.0 407310929bd13c0fae1003cac286b755aec6e5b1
This package is auto-updated.
Last update: 2026-04-21 15:15:28 UTC
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.
