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.

This was recently added in this commit: da81017