Amendment of spec: Templates shall utilize only lower-case variable names

Removal of workaround for lowercase column names
Apropriately changed the test.html
This commit is contained in:
Tina_Azure
2023-03-21 02:05:32 +01:00
parent aea7bebbb5
commit fae75e65fc
3 changed files with 14 additions and 21 deletions

View File

@@ -1,13 +1,13 @@
<p>id: {{id}}</p>
<p>customerEmailAddress: {{customerEmailAddress}}</p>
<p>customerEmailAddress: {{customeremailaddress}}</p>
<p>freelancer: {{freelancer}}</p>
<p>templateName: {{templateName}}</p>
<p>currencyPreference: {{currencyPreference}}</p>
<p>priceUpFront: {{priceUpFront}}</p>
<p>priceOnDeliver: {{priceOnDeliver}}</p>
<p>requestDescription: {{requestDescription}}</p>
<p>upFrontInvoiceID: {{upFrontInvoiceID}}</p>
<p>onDeliverInvoiceID: {{onDeliverInvoiceID}}</p>
<p>upFrontPaid: {{upFrontPaid}}</p>
<p>onDeliverPaid: {{onDeliverPaid}}</p>
<p>templateName: {{templatename}}</p>
<p>currencyPreference: {{currencypreference}}</p>
<p>priceUpFront: {{priceupfront}}</p>
<p>priceOnDeliver: {{priceondeliver}}</p>
<p>requestDescription: {{requestdescription}}</p>
<p>upFrontInvoiceID: {{upfrontinvoiceid}}</p>
<p>onDeliverInvoiceID: {{ondeliverinvoiceid}}</p>
<p>upFrontPaid: {{upfrontpaid}}</p>
<p>onDeliverPaid: {{ondeliverpaid}}</p>
<p>accepted: {{accepted}}</p>