ins-queue-actions 1.2.78 → 1.2.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/notificationTemplates.js +4 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -283,6 +283,10 @@ module.exports = {
|
|
|
283
283
|
templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
|
|
284
284
|
requiredParams: ["customerName", "subscriptionId"],
|
|
285
285
|
},
|
|
286
|
+
CUSTOMER_REFERRAL: {
|
|
287
|
+
templateName: "CUSTOMER_REFERRAL",
|
|
288
|
+
requiredParams: ["walletLink", "referralCredits", "joiningBonus"],
|
|
289
|
+
},
|
|
286
290
|
CUSTOMER_RFQ_SUBMITTED: {
|
|
287
291
|
templateName: "CUSTOMER_RFQ_SUBMITTED",
|
|
288
292
|
requiredParams: ["rfqId", "category"],
|