Failover
If the ChangeUp API experiences a failure, users will be given the option of donating only to the default selected charity.
Known Issues
If the client-side Javascript needs to be recompiled for the bm_changeup cartridge, a code update is needed in an autocomplete.js file node_modules > autocomplete.js > zepto.js. This update needs to go in on line 7 of the file above. This is due to Business Manager utilizing the Prototype.js library that overrides the default functionality of the Array.prototype.every
function.
This leads to client-side script errors when autocomplete.js tries to initialize its DOM elements.
Last updated