refactor: payment issue fix

This commit is contained in:
2025-05-19 14:24:01 +05:30
parent df121cc783
commit b3ccfa361a
2 changed files with 73 additions and 83 deletions

View File

@@ -123,6 +123,7 @@ const ShoppingCart = () => {
const paymentData = {
paymentId: order.id,
payerEmail: order.payer.email_address,
orderId: order.id,
cartId: cartItems[0].id,
address: order.address,
};