IO-3395 Postback Payment Date
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -98,7 +98,7 @@ const handleInvoiceBasedPayment = async (values, logger, logMeta, res) => {
|
||||
type: getPaymentType(ipMapping, values.cardtype),
|
||||
jobid: job.id,
|
||||
date: moment()
|
||||
.tz(bodyshop.timezone || "UTC")
|
||||
.tz(bodyshop?.timezone ?? "UTC")
|
||||
.format("YYYY-MM-DD")
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user