Download the PHP package noda-payments/module-payments without Composer
On this page you can find all versions of the php package noda-payments/module-payments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download noda-payments/module-payments
More information about noda-payments/module-payments
Files in noda-payments/module-payments
Package module-payments
Short Description Noda Payment Gateway integration for Magento 2
License OSL-3.0 AFL-3.0
Informations about the package module-payments
Noda Payments module
This module integrates Noda payment gateway into magento:
Prior steps
Before proceeding with the plugin installation and configuration, ensure you've completed the onboarding process, signed the contract with Noda and obtained access to the Production API keys. If you haven't completed these steps, please visit Noda HUB and follow the provided step-by-step guide.
Module Installation
Before installing this module, note that the Noda_Payments is dependent on the following modules:
Magento_Store
Magento_Catalog
Magento_Sales
Magento_Webapi
Magento_Directory
Magento_Checkout
Magento_Payment
Magento_Payment
Please follow the detailed instructions on how to install Magento module: Custom magento 2 module setup
What needs to be done in case the link is not working for you:
- Upload archive to your hosting;
- unzip it into the
app/code
directory of magento 2 project; -
run the following commands to make the installation and update the configuration of Magento:
- Verify the module is installed and active:
and enable it if it is still disabled:
- configuration the module By default the module is configured in testing mode. In testing mode, payments are processed, but no real money transfers occur. No additional configuration is needed if you intend to perform test payments only.
Please keep in mind, that default values for 'Api Key', 'Signature', and 'Shop Id' are intended for testing purposes only.
In order to transition to live, real payments, follow the steps below:
- Go to
Noda
payment methods configuration in admin tool atSales
>Configuration
>Sales
>Payment Methods
>NodaPay
Disable
the'Test Mode'
option by choosing"No"
in the dropdown- Fill in the
'Api Key'
,'Signature'
, and'Shop Id'
values with your organization's specific credentials, which can be accessed in your Noda HUB personal account.
Extensibility
Extension developers can interact with the Noda_Payments module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Noda_Payments module.
A lot of functionality in the module is on JavaScript, use mixins to extend it.
Layouts
This module introduces the following layouts in the view/frontend/layout
directory:
checkout_index_index
For more information about a layout in Magento 2, see the Layout documentation.