A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hi all,
please help me to get on from this. I have requirement to add Payment from cart to Purchase order.
For this I tried as below
var purchaseOrder = _orderRepository.Load(orderRef);
var cartPayment = cart.GetFirstForm().Payments.FirstOrDefault();
var POPayment = purchaseOrder.GetFirstForm().Payments.FirstOrDefault();
In both case its getting exception as " Value cannot be null".
Help me to achieve the same.
Thank You!!