We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e371451 commit fdbf3c4Copy full SHA for fdbf3c4
app/assets/javascripts/recurly.js
@@ -20,7 +20,7 @@ $('.registrations.new').ready(function() {
20
, baseURL: 'https://api.recurly.com/jsonp/' + $('#new_user').data('subdomain') + '/'
21
};
22
23
- Recurly.version = '2.1.3';
+ Recurly.version = '2.1.8';
24
25
Recurly.ajax = function(options) {
26
options.data = $.extend({js_version: Recurly.version}, options.data);
0 commit comments