Skip to content

Commit

Permalink
Prep for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Mar 15, 2023
1 parent 8d1ca78 commit 093e266
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
8 changes: 4 additions & 4 deletions core/components/commerce_payrexx/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions core/components/commerce_payrexx/docs/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 093e266

Please sign in to comment.