|
@@ -630,7 +630,7 @@ const handleApplyAfter = (order: any) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const handlePayment = (order: any) => {
|
|
const handlePayment = (order: any) => {
|
|
|
- onPath('/payc?id=' + order.orderId);
|
|
|
|
|
|
|
+ onPath('/payc?id=' + order.id);
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const handleAudit = (order: any) => {
|
|
const handleAudit = (order: any) => {
|