"feat: enhance order management with new APIs and schema changes"
This commit is contained in:
@@ -75,7 +75,11 @@ export const _orders = Array.from({ length: 20 }, (_, index) => {
|
||||
fullAddress: '19034 Verna Unions Apt. 164 - Honolulu, RI / 87535',
|
||||
phoneNumber: '365-374-4961',
|
||||
},
|
||||
payment: { cardType: 'mastercard', cardNumber: '**** **** **** 5678' },
|
||||
payment: {
|
||||
//
|
||||
cardType: 'mastercard',
|
||||
cardNumber: '**** **** **** 5678',
|
||||
},
|
||||
status:
|
||||
(index % 2 && 'completed') ||
|
||||
(index % 3 && 'pending') ||
|
||||
|
Reference in New Issue
Block a user