Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

OXIDprojects/arvato-afterpay-module

Repository files navigation

OXID PS ArvatoAfterPay Module

Version 2.0.0

Description

  • First standalone release of the Arvato AfterPay Module
  • Supports 3 payment types debit, invoice, installments
  • Supports handling over the oxid admin backend only

Installation

Use Composer to add the module to your project

composer require oxid-professional-services/arvatoafterpay
  • Activate the module in administration area
  • clear tmp and regenerate views
  • Make sure to take care of all the settings, options and credentials described in the user manual

Uninstall

  • Deactivate the module in administration area
  • remove "oxid-professional-services/arvatoafterpay" from your composer.json

Run Composer again to remove Module from vendor

composer update

Changelog

Version 1.0.0

  • Version for OXID4 installable via FTP

Version 2.0.0

  • Version for OXID6 installable via Composer