This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavecomm/templates/test.html

14 lines
526 B
HTML

<p>id: {{id}}</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>accepted: {{accepted}}</p>