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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user