Skip to content

Commit 093e266

Browse files
committed
Prep for public release
1 parent 8d1ca78 commit 093e266

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains an implementation of the [Payrexx](https://payrexx.com)
55

66
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.
77

8-
_Special thanks to Visions for commission this payment gateway._
8+
_The Payrexx payment gateway was developed for [Visions](https://www.visions.ch/)._
99

1010
## Requirements
1111

@@ -16,17 +16,4 @@ _Special thanks to Visions for commission this payment gateway._
1616

1717
## Usage
1818

19-
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.
20-
21-
Next, under Configuration > Payment Methods, add a new payment method and choose Payrexx as the gateway type.
22-
23-
On the Payrexx tab, enter the **Instance** and the **API Key**.
24-
25-
- The **Instance** is your unique subdomain name. If you log in to Payrexx at `https://modmore.payrexx.com/`, your instance is `modmore`.
26-
- The **API Key** can be created in the Payrexx dashboard, under Integrations > API & Plugins.
27-
28-
Save the payment method, and open the Payrexx tab again. You should now see the note that Payrexx is successfully connected.
29-
30-
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.
31-
32-
Look & Feel profiles are managed in the Payrexx dashboard, under Admin > Settings > Look & Feel.
19+
[See the documentation for usage instruction and a description of available options](https://docs.modmore.com/en/Commerce/v1/Payment_Methods/Payrexx.html).
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Payrexx for Commerce 1.0.0-rc1
2-
------------------------------
3-
Released on 2023-02-13
1+
Payrexx for Commerce 1.0.0-pl
2+
-----------------------------
3+
Released on 2023-03-15
44

5-
- First release
5+
- First public release

core/components/commerce_payrexx/docs/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ applicable to users from across Europe.
88
The integration enables plug & play use of Payrexx as a Redirect integration. This means
99
the customer will choose the Payrexx option during the Commerce checkout, and be sent to
1010
the Payrexx hosted payment page to complete. After paying, they'll return to Commerce.
11+
12+
Documentation: https://docs.modmore.com/en/Commerce/v1/Payment_Methods/Payrexx.html

0 commit comments

Comments
 (0)