Skip to content

Adyen/adyen-oracle-commerce-cloud

Repository files navigation

Adyen Oracle Commerce Cloud

Build Status Coverage Status GitHub tag (latest SemVer).

Plugin for Oracle Commerce Cloud to allow merchants to use Adyen as payment platform.

Requirements

Node.js (min. v10) with package manager (NPM or Yarn)

Installation

Create a config file

Edit the occ.config file inside the scripts with your credentials:

USERNAME=YOUR_OCC_ADMIN_USERNAME  # USERNAME=john.doe@example.com
PASSWORD=YOUR_OCC_ADMIN_PASSWORD  # PASSWORD=abcd1234
URL=YOUR_OCC_ADMIN_SITE_ADDRESS   # URL=https://ccadmin-abcde.oracleoutsourcing.com
EXTENSION_NAME=ANY_NAME           # EXTENSION_NAME="Adyen Plugin"

Install Dependencies

Run $ npm install or $ yarn to install all dependencies

You can find the scripts to zip and deploy the client/server inside the scripts folder

Server Extension

Run $ npm run deploy:server or $ yarn run deploy:server

Client Extension

Run $ npm run deploy:client or $ yarn run deploy:client

Usage

Client Extension

You can enable Adyen Plugin under the Payment Gateways, in the Payment Processing Settings.

Server Extension

Make sure to set the Generic Payment URL to /ccstorex/custom/adyen/v1/payments

Documentation

Support

If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our support team.

Contributing

We strongly encourage you to join us in contributing to this repository so everyone can benefit from:

  • New features and functionality
  • Resolved bug fixes and issues
  • Any general improvements Read our contribution guidelines to find out how.

Licence

MIT license. For more information, see the LICENSE file.