Problem/Motivation
will recurly_roles work with the newest version of Recurly?
https://www.drupal.org/project/recurly/releases/4.0.0-alpha1
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork recurly_roles-3238646
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
j_ten_man commentedShould work fine. I've create a merge request, but until it's merged, you can include this in your project by adding the following to composer.json of your project.
Under the repositories section, add:
And then you can run the following command:
composer require drupal/recurly_roles:dev-3238646-recurly-4.0-supportComment #8
aaron.ferris commentedThanks, appreciate this is old, but merged in this change to the 1.x (D8) branch.
For 2.x, I’ve pushed this to Recurly^5 for D10 compatibility