From f4e3abf554ed62a33594677bac12946a1bd3366b Mon Sep 17 00:00:00 2001
From: kdevjanr <124570493+kdevjanr@users.noreply.github.com>
Date: Thu, 22 Jun 2023 13:25:19 +0400
Subject: [PATCH 1/4] Update README.md
Added link to wiki
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 542ffc8..c9a89bf 100755
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ execute below command in your magento installation directory
`composer require amazonpaymentservices/module-fort`
## Configuration and User Guide
-You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and install it to Magento. Detailed guide is included in the repository [here](/Magento%20Extension%20User%20Guide_v1.1.pdf).
+You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and install it to Magento. Detailed guide is included in the repository [here](https://github.com/payfort/magento2-payfort/wiki).
## Payment Options
From b6e816f806bf93d7768815b6b63649e2e5013ad0 Mon Sep 17 00:00:00 2001
From: kdevjanr <124570493+kdevjanr@users.noreply.github.com>
Date: Mon, 3 Jul 2023 10:33:36 +0400
Subject: [PATCH 2/4] Update README.md
---
README.md | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/README.md b/README.md
index c9a89bf..e7e3365 100755
--- a/README.md
+++ b/README.md
@@ -37,27 +37,6 @@ You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and i
* Apple Pay
-## Changelog
-
-| Plugin Version | Release Notes |
-| :---: | :--- |
-| 2.4.7 | * Fix - Shipping tax is considered for the refund calculation
* Fix - ApplePay url validation is added
* Fix - item id is considered during subscription product cancellation|
-| 2.4.6 | * Fix - Notification endpoints to consider auth and purchase success status codes |
-| 2.4.5 | * Fix - Remember me parameter is controlled by STCPay tokenization configuration |
-| 2.4.4 | * Feature - Recurring functionality is controlled by configuration parameter |
-| 2.4.3 | * Fix - ApplePay Sha type is collected from ApplePay config
* New - ValuV2 Installment Plan details are added to confirmation screen |
-| 2.4.2 | * Valu payment option is updated |
-| 2.4.1 | * Fix - Compliance changes for Magento v2.4.5 |
-| 2.4.0 | * STCPay is added as a new payment option |
-| 2.3.0 | * Fix - Customer login mandatory for Subscription products
* Fix - Invoice generation on child orders resolved
* Fix - Failed orders not showing in subscription listing
* Fix - Subscriptions listing not showing proper status
* Fix - Country name issue with version dependency resolved
* Fix - Shipping and billing region id issue resolved
* Fix - Recurring cron issue for inactive products
* Fix - Payment cron issue of Apple Code
* Fix - Credit memo issue resolved
* Fix - Mada bin changes |
-| 2.2.3 | * Fix - Logout after redirection related to session is resolved
* Fix - Apple Pay code simplification |
-| 2.2.2 | * Fix - Namespace change
* Fix - Shipping and tax calculation corrections in Apple Pay of Product / Cart pages
* Fix - Back button click handling after a successful transaction |
-| 2.2.1 | * Fix - Fixed Apple Pay floating point issue |
-| 2.2.0 | * New - Installments are embedded in Debit/Credit Card payment option |
-| 2.1.0 | * New - ApplePay is activated in Product and Cart pages |
-| 2.0.0 | * New - Integrated payment options: MasterCard, Visa, AMEX, mada, Meeza, KNET, NAPS, Visa Checkout, ApplePay, valU
* New - Tokenization is enabled for Debit/Credit Cards and Installments
* New - Partial/Full Refund, Single/Multiple Capture and Void events are managed in order details |
-
-
## API Documentation
This plugin has been implemented by using following [API library](https://paymentservices-reference.payfort.com/docs/api/build/index.html)
From 3b51e46943d96b6c41e4df0190276306a90e178a Mon Sep 17 00:00:00 2001
From: kdevjanr <124570493+kdevjanr@users.noreply.github.com>
Date: Thu, 27 Jul 2023 14:10:56 +0400
Subject: [PATCH 3/4] Update README.md
Updated as per Stripe
---
README.md | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e7e3365..ac64f82 100755
--- a/README.md
+++ b/README.md
@@ -11,10 +11,22 @@ or
execute below command in your magento installation directory
`composer require amazonpaymentservices/module-fort`
-## Configuration and User Guide
-You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and install it to Magento. Detailed guide is included in the repository [here](https://github.com/payfort/magento2-payfort/wiki).
+# Installation
+1. Connect via SFTP and navigate to [your site root folder]
+1. Copy APS extension for Magento folder under app/code folder
+1. Compile Magento
+1. Follow the configuration steps mentioned in Step 3
+# Configuration
+Follow the below instruction to access configuration page of APS extension for Magento:
+1. Navigate to Stores → Configuration
+1. At left hand side click on Sales → Payment Methods
+1. Under Other Payment Methods section find a payment methods names as “Amazon Payment Services”
+1. Click on Configure button
+# Amazon Payment Services Account:
+If you don't have an APS account click here to sign up for Amazon Payment Services account
+https://paymentservices.amazon.com/
+Have any questions? Just get in touch -- email the team at integration-ps@amazon.com
-
## Payment Options
* Integration Types
@@ -35,6 +47,9 @@ You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and i
* KNET
* NAPS
* Apple Pay
+
+ ## Configuration and User Guide
+You can download the archive [file](/magento2-aps-2.4.6.zip) of the plugin and install it to Magento. Detailed guide is included in the repository [here](https://github.com/payfort/magento2-payfort/wiki).
## API Documentation
From ed13402d580aa3bbdd0ad8712921d6e154a7c8ea Mon Sep 17 00:00:00 2001
From: kdevjanr <124570493+kdevjanr@users.noreply.github.com>
Date: Thu, 27 Jul 2023 14:36:53 +0400
Subject: [PATCH 4/4] Update README.md
---
README.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ac64f82..4998237 100755
--- a/README.md
+++ b/README.md
@@ -11,21 +11,24 @@ or
execute below command in your magento installation directory
`composer require amazonpaymentservices/module-fort`
-# Installation
+# Amazon Payment Services Account:
+If you don't have an APS account click here to sign up for Amazon Payment Services account
+https://paymentservices.amazon.com/
+Have any questions? Just get in touch -- email the team at integration-ps@amazon.com
+
+# Installation Steps
1. Connect via SFTP and navigate to [your site root folder]
1. Copy APS extension for Magento folder under app/code folder
1. Compile Magento
1. Follow the configuration steps mentioned in Step 3
+
# Configuration
Follow the below instruction to access configuration page of APS extension for Magento:
1. Navigate to Stores → Configuration
1. At left hand side click on Sales → Payment Methods
1. Under Other Payment Methods section find a payment methods names as “Amazon Payment Services”
1. Click on Configure button
-# Amazon Payment Services Account:
-If you don't have an APS account click here to sign up for Amazon Payment Services account
-https://paymentservices.amazon.com/
-Have any questions? Just get in touch -- email the team at integration-ps@amazon.com
+
## Payment Options