Currently when you sign up for an account via Recurly.js, after you have subscribed your are redirected back to user/x/subscription, where it tell you that you don't have an active subscription despite the fact that you *just* signed up for one. After a few seconds/minutes when the push notification comes in from Recurly, the subscription shows up to the end user.

This problem is caused simply by the missing row in the "recurly_account" database table. It would be trivial for us to make this table row immediately. We *could* also invoke a hook at this point for "new subscription", but I'm not sure I want to provide multiple mechanisms for account management. Right now everything coming from Recurly's push notifications seems so clean.

Anyway, creating the table row is trivial. Patch attached.

CommentFileSizeAuthor
recurly_immediate_account.patch1.03 KBquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed

Committed.

Status: Fixed » Closed (fixed)

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