apigee_m10n
105 sites
Security covered
The Apigee Monetization module enables you to create a developer portal for an Apigee Edge monetized organization.
Note:
- The Apigee Monetization module is dependent on the Apigee Edge module.
- If you would like to use the "Add Credit" functionality to enable developers to add credit to their balance through your developer portal, see Enable the Apigee Monetization Add Credit Module.
Installing
The Apigee Monetization module depends on the Apigee Edge module being installed and configured to connect to the user's Apigee Edge account.
- Install and enable the Apigee Edge module (see that module's README.md file for details).
- Go to
/admin/config/apigee-edge/settingsand create an authentication key. - Install the Apigee Edge Monetization module using Composer. Composer will download the Apigee Edge Monetization module and all its dependencies. Note: Composer must be executed at the root of your Drupal installation.
For example:cd /path/to/drupal/root composer require drupal/apigee_m10n For more information about installing contributed modules using composer, see the official documentation - Click
Extendin the Drupal administration menu. - Select the Apigee Monetization module.
- Click Install.
Requirements
- Apigee Monetization module depends on the Apigee Edge module and a number of drupal commerce modules (see
apigee_m10n.info.yml) - Please check composer.json for required patches. Patches prefixed with "(For testing)" are only required for running tests. They are not necessary for using this module. Patches can be applied with the cweagans/composer-patches the plugin automatically or manually.
Development
Development is happening in our GitHub repository. The drupal.org issue queue is disabled, we use the Github issue queue to coordinate development.
Support
This project, which integrates Drupal 9 with Apigee Edge, is supported by Google. Use the Github issue queue to submit questions, issues, or feature requests.