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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3101205-url-managed-subscription-page-incorrect-d8.patch | 431 bytes | socialnicheguru |
Comments
Comment #2
socialnicheguru commentedHere is a patch for Drupal 8.x version of recurly
Comment #3
eojthebraveCode looks good to me. And I can confirm that the existing links are broken and removing "company/" from the URL fixes it. Thanks @SocialNicheGuru.
Comment #4
colanComment #6
colanThanks!