sadad-payment/magento2-module

Sadad Payment Gateway for Magento2 e-commerce.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2023-10-19 06:42 UTC

This package is auto-updated.

Last update: 2024-08-19 08:20:57 UTC


README

Installation

  1. Install the Sadad Payment Magento2 module via sadad-payment/magento2-module composer.
composer require sadad-payment/magento2-module
  1. In the command line, run the below Magento commands to enable Sadad Gateway module.
php -f bin/magento module:enable --clear-static-content Sadad_Gateway
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush

Admin Configurations

  1. Login into Magento admin panel.
  2. In the left Menu → Stores → Configuration section
  3. In Sales Section → Payment Methods → Sadad Payment
  4. Login to the Sadad account and get Sadad Client ID and Secret. Then, use that information in the Magento Sadad Pay settings page.