We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc96ab commit ba733ebCopy full SHA for ba733eb
2 files changed
config/suppliers/letter-variant/notify-standard-test1.json
@@ -23,6 +23,7 @@
23
"packSpecificationIds": [
24
"notify-c5"
25
],
26
+ "priority": 10,
27
"status": "PROD",
28
"type": "STANDARD",
29
"volumeGroupId": "volumeGroup-test1"
lambdas/supplier-allocator/src/handler/allocate-handler.ts
@@ -151,7 +151,7 @@ async function getSupplierFromConfig(
151
supplierSpec: {
152
supplierId: selectedSupplierId,
153
specId: preferredPack.id,
154
- priority: 0,
+ priority: letterVariant.priority,
155
billingId: preferredPack.billingId,
156
},
157
volumeGroupId: volumeGroup.id,
0 commit comments