Recurly Engage
Use Recurly Engage with Recurly.js
If you are using Recurly Engage, Recurly.js will automatically load your directives. This is accomplished by checking for Engage settings when Recurly.js is loaded.
If you know that you do not want to load Engage on a specific page or context, you can circumvent the remote settings check using the following configuration.
recurly.configure({
// ...
"engage": {
"enabled": false
}
});
Updated 2 days ago