Added receipt print out at end of payment processing BOD-93

This commit is contained in:
Patrick Fic
2020-07-14 08:49:48 -07:00
parent 26f84fd1e1
commit e91751e20c
12 changed files with 212 additions and 3 deletions

View File

@@ -41,4 +41,10 @@ export const TemplateList = {
drivingId: "csi Id",
key: "csi_invitation",
},
payment_receipt: {
title: "Payment Receipt",
description: "Receipt of payment for customer",
drivingId: "Payment Id",
key: "payment_receipt",
},
};