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.
| Comment | File | Size | Author |
|---|---|---|---|
| recurly_immediate_account.patch | 1.03 KB | quicksketch |
Comments
Comment #1
quicksketchCommitted.