|
|
|
@@ -60,6 +60,7 @@ const Section = ({ title, subtitle, children }: SectionProps) => { |
|
|
|
export default function MailOrder() { |
|
|
|
const { |
|
|
|
tokenResult, |
|
|
|
token, |
|
|
|
navigateToHome, |
|
|
|
fetch, |
|
|
|
receiptIssuingOrder: order, |
|
|
|
@@ -100,7 +101,7 @@ export default function MailOrder() { |
|
|
|
const handleConfirm = () => { |
|
|
|
if (!order) return; |
|
|
|
requestMailAPI.callAPI({ |
|
|
|
id: order.id, |
|
|
|
access_token: token, |
|
|
|
timestamp: order.updated_at, |
|
|
|
...input.values(), |
|
|
|
}); |
|
|
|
|