Hi Recurly maintainers,

A curious bug in the module file: when you navigate to "Subscription Plans" (/admin/config/services/recurly/subscription-plans), and the plans are listed, the "edit" link shuttles you to an incorrect URL:

https://companyname.recurly.com/company/plans/name-of-plan

This URL is incorrect. The default URL seems to have changed into:

https://companyname.recurly.com/plans/name-of-plan

I don't have the ability to write a patch for this right now, but wanted to let you know. Removing 'company' from line 1008 of recurly.module seemed to fix this issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tripodcreative created an issue. See original summary.

SocialNicheGuru’s picture

Version: 7.x-3.0 » 8.x-1.x-dev
Status: Active » Needs review
FileSize
431 bytes

Here is a patch for Drupal 8.x version of recurly

eojthebrave’s picture

Status: Needs review » Reviewed & tested by the community

Code looks good to me. And I can confirm that the existing links are broken and removing "company/" from the URL fixes it. Thanks @SocialNicheGuru.

colan’s picture

Version: 8.x-1.x-dev » 4.x-dev

colan’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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