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
A client reports that while running the processOrderSubscriptions job they receive an error:
Caused by: [script3.org.mozilla.javascript.JavaScriptException](http://script3.org.mozilla.javascript.javascriptexception/): Error: Module "*/cartridge/scripts/util/collections" not found. (int_subscribe_pro_sfra/cartridge/scripts/subpro/helpers/paymentsHelper.js#8)
To resolve the error for the job to complete they move the offending line 8 of int_subscribe_pro_sfra/cartridge/scripts/subpro/helpers/paymentsHelper.js to line 330 moving the variable initialization for collections to be inside the getPaymentInstrumentById function.
A client reports that while running the
processOrderSubscriptions
job they receive an error:To resolve the error for the job to complete they move the offending line
8
ofint_subscribe_pro_sfra/cartridge/scripts/subpro/helpers/paymentsHelper.js
to line330
moving the variable initialization for collections to be inside thegetPaymentInstrumentById
function.This was recently added in this commit: da81017
The text was updated successfully, but these errors were encountered: