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

Command icon 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

SocialNicheGuru created an issue. See original summary.

j_ten_man made their first commit to this issue’s fork.

j_ten_man’s picture

Should 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:

        {
            "type": "git",
            "url": "https://git.drupalcode.org/issue/recurly_roles-3238646.git"
        },

And then you can run the following command:

composer require drupal/recurly_roles:dev-3238646-recurly-4.0-support

aaron.ferris made their first commit to this issue’s fork.

  • 0c4f7af8 committed on 8.x-1.x
    Issue #3238646: allow support for recurly 4
    
aaron.ferris’s picture

Status: Active » Fixed

Thanks, 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

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.