Comparing version 0.3.2 to 0.3.3
@@ -349,3 +349,3 @@ { | ||
"template": [ | ||
"Customer ${customer.fullName} spent ${transaction.total} for booking ${event.title} at ${event.startDateTime}" | ||
"Customer ${customer.name} spent ${transaction.total} for booking ${event.title} at ${event.startDateTime}" | ||
] | ||
@@ -423,3 +423,3 @@ }, | ||
" ", | ||
"Name: ${operator.fullName}", | ||
"Name: ${operator.name}", | ||
"Company: ${operator.companyName}", | ||
@@ -426,0 +426,0 @@ "Email: ${operator.email}", |
{ | ||
"name": "abl-lang", | ||
"title": "ABL - lang", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "description", |
27635