sent time in medipost xml can be different from order creation time
This commit is contained in:
@@ -19,7 +19,7 @@ export const getPais = (
|
||||
<Pakett versioon="20">${packageName}</Pakett>
|
||||
<Saatja>${sender}</Saatja>
|
||||
<Saaja>${recipient}</Saaja>
|
||||
<Aeg>${format(createdAt, DATE_TIME_FORMAT)}</Aeg>
|
||||
<Aeg>${format(new Date(), DATE_TIME_FORMAT)}</Aeg>
|
||||
<SaadetisId>${orderId}</SaadetisId>
|
||||
<Email>info@medreport.ee</Email>
|
||||
</Pais>`;
|
||||
|
||||
Reference in New Issue
Block a user