rapidez/paynl

Rapidez PayNL

Installs: 1 944

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 5

Open Issues: 1

Language:JavaScript

1.1.0 2024-02-29 10:54 UTC

This package is auto-updated.

Last update: 2024-04-29 11:16:08 UTC


README

Requirements

You need to have the PayNL Magento 2 module and the PayNL Magento 2 GraphQL module installed and configured within your Magento 2 installation.

Installation

composer require rapidez/paynl

Configuration

Because the payment endpoints require authentication we use justbetter/laravel-magento-client The folowing .env variables need to be set:

MAGENTO_BASE_URL=${MAGENTO_URL}
# See: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/#integration-tokens
MAGENTO_ACCESS_TOKEN=

By default the access token is used as bearer token, to use oauth for this instead see the authentication section

Views

You can publish the views with:

php artisan vendor:publish --provider="Rapidez\Paynl\PaynlServiceProvider" --tag=views

License

GNU General Public License v3. Please see License File for more information.