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