fix(SPG-817): send email when status expired
parent
bcdf656d5d
commit
30d3d91bba
|
@ -215,7 +215,7 @@ export class PaymentTransactionHandler
|
||||||
else if (
|
else if (
|
||||||
!from_refund &&
|
!from_refund &&
|
||||||
old_data.status != current_data.status &&
|
old_data.status != current_data.status &&
|
||||||
[STATUS.PENDING].includes(current_data.status)
|
[STATUS.PENDING, STATUS.EXPIRED].includes(current_data.status)
|
||||||
) {
|
) {
|
||||||
const pdf = await GeneratePdf(
|
const pdf = await GeneratePdf(
|
||||||
transaction,
|
transaction,
|
||||||
|
|
Loading…
Reference in New Issue