@konplit-services/common 1.25.7 → 1.25.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,6 +118,7 @@ export interface MerchantSettlementReceiptTemplateData extends EmailBase {
|
|
|
118
118
|
}
|
|
119
119
|
export interface MerchantTransactionNotificationTemplateData extends EmailBase {
|
|
120
120
|
customer_name: string;
|
|
121
|
+
customer_email: string;
|
|
121
122
|
merchant_name: string;
|
|
122
123
|
merchant_email: string;
|
|
123
124
|
amount: number;
|