Commit 886582ed authored by lexsoft's avatar lexsoft
Browse files

Issue #3303066: phpcs & Drupal 10 compatibility

parent d411f7e4
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ REQUIREMENTS

You will need to have
<a href="https://www.drupal.org/project/editionguard_api">EditionGuard API</a>,
<a href="https://www.drupal.org/project/editionguard">EditionGuard</a> modules installed
and configured.
<a href="https://www.drupal.org/project/editionguard">EditionGuard</a>
modules installed and configured.


INSTALLATION
@@ -51,11 +51,12 @@ USAGE
7. Select the book from the reference field

The rest is automated.
When a customer purchases the Product Variation with the EditionGuard book field it will
trigger the event to request a new transaction from EditionGuard API.
When a customer purchases the Product Variation with the
EditionGuard book field it will trigger the event to request
a new transaction from EditionGuard API.

The customer can view and download the purchased books from their user account in
'My purchased eBooks'.
The customer can view and download the purchased books from their
user account in 'My purchased eBooks'.


MAINTAINERS
+1 −1
Original line number Diff line number Diff line
name: 'Commerce EditionGuard'
type: module
description: 'Add an event on order fulfillment to create a new EditionGuard transaction.'
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
package: Commerce
dependencies:
  - editionguard_api:editionguard_api