forked from mageplaza/magento2-payfort
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
297acea
commit e8bfa7f
Showing
55 changed files
with
62 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 2017-03-09 | ||
# https://github.com/isaacs/github/issues/170#issuecomment-150489692 | ||
root = true | ||
[*] | ||
indent_size = 4 | ||
indent_style = tab |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,11 @@ | ||
Magento 2 Payfort Fort | ||
====================== | ||
|
||
Payfort payment gateway Magento2 extension. Payfort is the Most Trusted Online Payment Gateway in the Middle East | ||
PAYFORT is here to help you accept online payments, reduce fraud, and maximize your revenue. | ||
|
||
Contact with https://www.mageplaza team or https://www.payfort.com/ for more information. | ||
|
||
|
||
Install | ||
======= | ||
|
||
1. Go to [Magento2 root folder]/app/code | ||
|
||
2. Past Payfort folder to the previous path | ||
|
||
3. Go to [Magento2 root folder] & Enter following commands to enable module: | ||
|
||
```bash | ||
php bin/magento module:enable Payfort_Fort --clear-static-content | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:static-content:deploy | ||
|
||
``` | ||
4. Enable and configure Payfort in Magento Admin under Stores -> Configuration -> Sale -> Payment Methods -> PayFort Fort Payment Methods | ||
|
||
|
||
## Compatibility | ||
|
||
|
||
Tested with [One Step Checkout by Mageplaza](https://www.mageplaza.com/magento-2-one-step-checkout-extension/) | ||
|
||
## Why Payfort? | ||
|
||
|
||
### Hassle-free setup | ||
|
||
|
||
There are a lot of moving parts when it comes to setting up a payment gateway. From applying for a merchant ID to integrating your website with a payment service provider, it can be a lot to manage for a busy business owner. Stop worrying and let us walk you through everything step-by-step. | ||
|
||
|
||
### Protect your online business against fraud | ||
|
||
Credit card fraud can cost a business millions if not managed properly. With some powerful fraud prevention tools, our risk management team will secure you against online fraud, and keep your business safe. | ||
|
||
|
||
|
||
### Our relationship with you doesn’t end after integration | ||
|
||
We strongly believe in helping our customers grow their online businesses. Our relationship managers will keep a close eye on your financial performance, and work towards increasing your acceptance ratio and maximizing your revenue. | ||
|
||
|
||
### Let your customer checkout with any credit card, from anywhere in the world | ||
|
||
Give your customers the online shopping experience they deserve with simple and friendly checkout options. Whether they are using Visa or MasterCard credit cards, or checking out from different parts of the world, you’ll be able to sell globally to over 80 countries. | ||
|
||
|
||
### Are your customers not interested in paying with a credit card? | ||
We’ve got you covered. | ||
|
||
Give your customers different payment options and allow them to pay offline with, Sadad – KSA, Edirham – UAE. | ||
|
||
### Integrate faster | ||
|
||
With over 50 supported shopping cart integrations, our plug and play developer kit makes it easy to quickly integrate your website. Our Integration team is on hand to take you from production to live and get you to start transacting online. | ||
|
||
### It’s hard for a startup to succeed. | ||
We’ve got your back | ||
|
||
A startup’s success hinges on its ability to acquire customers. PayFort’s Startup Program lets you take off the ground quickly with low pricing and amazing benefits. | ||
|
||
This extension integrates a Magento 2 based webstore with the **[PayFort](https://www.payfort.com)** payment service. | ||
Payfort [is available](https://www.payfort.com/payfort-faqs/#section30) for merchants in the United Arab Emirates, Egypt, Saudi Arabia, Jordan, Lebanon and Qatar. | ||
|
||
## How to install | ||
``` | ||
composer require mage2pro/payfort-mageplaza:* | ||
bin/magento setup:upgrade | ||
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: ar_AE ar_EG ar_SA ar_JO ar_LB ar_QA> | ||
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile | ||
``` | ||
If you have some problems while executing these commands, then check the [detailed instruction](https://mage2.pro/t/263). |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "mage2pro/payfort-mageplaza" | ||
,"description": "PayFort integration with Magento 2" | ||
,"type": "magento2-module" | ||
,"version": "0.0.1" | ||
,"license": "MIT" | ||
,"authors": [ | ||
{ | ||
"name": "Sam Thomas" | ||
,"homepage": "https://github.com/imsamthomas" | ||
,"role": "Developer" | ||
} | ||
,{ | ||
"name": "Mohannad Saleh" | ||
,"email": "msaleh@payfort.com" | ||
,"homepage": "https://github.com/mohannadsaleh" | ||
,"role": "Developer" | ||
} | ||
,{ | ||
"name": "Dmitry Fedyuk" | ||
,"email": "admin@mage2.pro" | ||
,"homepage": "https://mage2.pro/users/dmitry_fedyuk" | ||
,"role": "Developer" | ||
} | ||
] | ||
,"autoload": {"files": ["registration.php"], "psr-4": {"Payfort\\Fort\\": ""}} | ||
,"keywords": [ | ||
"3D Secure" | ||
,"API" | ||
,"Bank card" | ||
,"Credit card" | ||
,"eCommerce" | ||
,"PayFort" | ||
,"Magento" | ||
,"Magento 2" | ||
,"Magento extension" | ||
,"Payment" | ||
,"Payment authorization" | ||
,"Payment integration" | ||
,"Payment gateway" | ||
,"Refund" | ||
,"United Arab Emirates", "Egypt", "Saudi Arabia", "Jordan", "Lebanon", "Qatar" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<?php | ||
|
||
\Magento\Framework\Component\ComponentRegistrar::register( | ||
\Magento\Framework\Component\ComponentRegistrar::MODULE, | ||
'Payfort_Fort', | ||
__DIR__ | ||
); | ||
); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.