From 093e266a28202cf531809a07b9218e546a7055d6 Mon Sep 17 00:00:00 2001 From: Mark Hamstra Date: Wed, 15 Mar 2023 18:43:22 +0100 Subject: [PATCH] Prep for public release --- README.md | 17 ++--------------- .../commerce_payrexx/docs/changelog.txt | 8 ++++---- .../components/commerce_payrexx/docs/readme.txt | 2 ++ 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 63a3011..f07c533 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains an implementation of the [Payrexx](https://payrexx.com) Payrexx offers a wide range of supported payment options in a single implementation, with a primary focus on merchants from Europe. Many local payment option types are supported, either directly or through a third-party payment processor that can be linked with Payrexx. -_Special thanks to Visions for commission this payment gateway._ +_The Payrexx payment gateway was developed for [Visions](https://www.visions.ch/)._ ## Requirements @@ -16,17 +16,4 @@ _Special thanks to Visions for commission this payment gateway._ ## Usage -After installing the extension in your MODX site from modmore.com, navigate to Commerce > Configuration > Modules and enable the Payrexx module to register the gateway. - -Next, under Configuration > Payment Methods, add a new payment method and choose Payrexx as the gateway type. - -On the Payrexx tab, enter the **Instance** and the **API Key**. - -- The **Instance** is your unique subdomain name. If you log in to Payrexx at `https://modmore.payrexx.com/`, your instance is `modmore`. -- The **API Key** can be created in the Payrexx dashboard, under Integrations > API & Plugins. - -Save the payment method, and open the Payrexx tab again. You should now see the note that Payrexx is successfully connected. - -You can now also choose the Payment Service Provider to use, as well as the Look & Feel profile. If you leave Payment Service Provider empty, you'll still be able to accept payments, but the customer may need to click more often to get to their desired payment option. - -Look & Feel profiles are managed in the Payrexx dashboard, under Admin > Settings > Look & Feel. +[See the documentation for usage instruction and a description of available options](https://docs.modmore.com/en/Commerce/v1/Payment_Methods/Payrexx.html). diff --git a/core/components/commerce_payrexx/docs/changelog.txt b/core/components/commerce_payrexx/docs/changelog.txt index 3ad82da..e40d5ed 100644 --- a/core/components/commerce_payrexx/docs/changelog.txt +++ b/core/components/commerce_payrexx/docs/changelog.txt @@ -1,5 +1,5 @@ -Payrexx for Commerce 1.0.0-rc1 ------------------------------- -Released on 2023-02-13 +Payrexx for Commerce 1.0.0-pl +----------------------------- +Released on 2023-03-15 -- First release +- First public release diff --git a/core/components/commerce_payrexx/docs/readme.txt b/core/components/commerce_payrexx/docs/readme.txt index c7644ca..d99bcdd 100644 --- a/core/components/commerce_payrexx/docs/readme.txt +++ b/core/components/commerce_payrexx/docs/readme.txt @@ -8,3 +8,5 @@ applicable to users from across Europe. The integration enables plug & play use of Payrexx as a Redirect integration. This means the customer will choose the Payrexx option during the Commerce checkout, and be sent to the Payrexx hosted payment page to complete. After paying, they'll return to Commerce. + +Documentation: https://docs.modmore.com/en/Commerce/v1/Payment_Methods/Payrexx.html