Download the PHP package tklein/module-payment-method-availability without Composer
On this page you can find all versions of the php package tklein/module-payment-method-availability. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tklein/module-payment-method-availability
More information about tklein/module-payment-method-availability
Files in tklein/module-payment-method-availability
Package module-payment-method-availability
Short Description This module allows you to define payment method availability dynamically.
License MIT
Homepage https://thomas-kl1.github.io/magento2-payment-method-availability
Informations about the package module-payment-method-availability
Payment Method Availability
This module allows you to define payment method availability dynamically. The free source is available at the github repository.
THIS REPOSITORY HAS BEEN ARCHIVED.
PLEASE, READ THE "DEVELOPERS" SECTION.
THIS MODULE IS A FALSE ANSWER TO A FALSE PROBLEM.
Setup
Go to your Magento root, then run the following magento command:
If you are in production mode, do not forget to recompile and redeploy the static resources, or to use the --keep-generated
option.
Settings
Customize the module without efforts.
Administrators
The following settings are available at Stores > Configuration > Sales > Payment Methods > Other Payment Methods > Default Payment Method Settings
:
- Payment Method Availability: Manage the payment methods availability with the minimum and maximum allowed amount.
Developers
Please see the following API first, maybe it could resolve your issue:
Where the specifications implements the following interface: \Magento\Payment\Model\Checks\SpecificationInterface
.
In the case of the gateway API, please refer to the validator pool:
Magento\Payment\Gateway\Validator\ValidatorPool
Support
- If you have any issue with this code, feel free to open an issue.
- If you want to contribute to this project, feel free to create a pull request.
Authors
- Thomas Klein - Maintainer - It's me!
Licence
This project is licensed under the MIT License - see the LICENSE file for details.
That's all folks!
All versions of module-payment-method-availability with dependencies
magento/module-checkout Version >=100.0.2
magento/module-payment Version >=100.1.3
magento/module-quote Version >=100.0.2
magento/module-store Version >=100.0.2