You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For users on Recurly.js v3, it now uses a public key, and it's not 32 characters. I believe that's the extent of the changes that affect this file. I'm currently working to rework the Recurly Drupal module for Recurly.js v3, which uses this library, so I'd be happy to submit a PR when I've got it all done.
The text was updated successfully, but these errors were encountered:
Hey @AlannaBurke, you shouldn't need to use that class for recurly.js v3. Sorry if that wasn't clear. If you look at some php examples you can see that all you need to do is take your token that recurlyjs retrieved and pass it to your billing info object on the server side. From there it's all normal API stuff:
I'm going to go ahead and close this issue. Feel free to open if you don't think it's resolved or want to continue the conversation. And feel free to reach out to support or IRC if need need general advice about upgrading to r.js v3.
For Recurly.js v3, this whole class needs updating:
https://github.com/recurly/recurly-client-php/blob/master/lib/recurly/recurly_js.php
as does
For users on Recurly.js v3, it now uses a public key, and it's not 32 characters. I believe that's the extent of the changes that affect this file. I'm currently working to rework the Recurly Drupal module for Recurly.js v3, which uses this library, so I'd be happy to submit a PR when I've got it all done.
The text was updated successfully, but these errors were encountered: