|
@@ -1568,7 +1568,7 @@ const sendDeliverySuccessNotification = async (order: OrderResponse, deliveryDat
|
|
|
<Printer className="h-4 w-4" />
|
|
<Printer className="h-4 w-4" />
|
|
|
)}
|
|
)}
|
|
|
</Button>
|
|
</Button>
|
|
|
- <Button
|
|
|
|
|
|
|
+ {/* <Button
|
|
|
variant="ghost"
|
|
variant="ghost"
|
|
|
size="icon"
|
|
size="icon"
|
|
|
onClick={() => handleTriggerPaymentSuccess(order)}
|
|
onClick={() => handleTriggerPaymentSuccess(order)}
|
|
@@ -1581,7 +1581,7 @@ const sendDeliverySuccessNotification = async (order: OrderResponse, deliveryDat
|
|
|
) : (
|
|
) : (
|
|
|
<Play className="h-4 w-4" />
|
|
<Play className="h-4 w-4" />
|
|
|
)}
|
|
)}
|
|
|
- </Button>
|
|
|
|
|
|
|
+ </Button> */}
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
|
variant="ghost"
|
|
variant="ghost"
|