Gaston Mosteiro
02/06/2024, 11:43 PMdefine('CustomServiceController', ['Application'],
function (Application) {
'use strict'
Application.on('before:Newsletter.subscribe', function (model, data) {
try {
//Code ......
Steve Goldberg
02/07/2024, 11:37 AMGaston Mosteiro
02/07/2024, 11:51 AMSteve Goldberg
02/07/2024, 12:22 PM