Skip to content

Commit 0d4399d

Browse files
sluFicodesSHENGXING LU
andauthored
add notification contact to modify and delete orders (#238)
Co-authored-by: SHENGXING LU <slu@SHENGXINGs-MacBook-Air.local>
1 parent b1746be commit 0d4399d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/pages/product-inventory/inventory-items/inventory-products/inventory-products.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ export class InventoryProductsComponent implements OnInit, OnDestroy {
409409
productOrderItem: [this.pendingModifyPayload],
410410
relatedParty: [{ id: this.partyId, href: this.partyId, role: environment.BUYER_ROLE }],
411411
billingAccount: { id: this.selectedBillingAddress.id, href: this.selectedBillingAddress.id },
412-
priority: '4'
412+
priority: '4',
413+
notificationContact: this.selectedBillingAddress.email
413414
};
414415

415416
try {

0 commit comments

Comments
 (0)