diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/order-license.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/templates/order-license.html b/website/templates/order-license.html index 91693c0a..a364fc79 100644 --- a/website/templates/order-license.html +++ b/website/templates/order-license.html @@ -143,7 +143,8 @@ </div> </fieldset> <button type="submit" id="submit" class="btn btn-primary">Submit order</button> - <div id="orderHelp">If you run into issues with the order form, or you have any other questions, please send us an email at <a href="mailto:orders@projectlombok.org"><code>orders@projectlombok.org</code></a></div> + <div id="orderHelp">If you run into issues with the order form, or you have any other questions, please send us an email at <a href="mailto:orders@projectlombok.org"><code>orders@projectlombok.org</code></a>. You can cancel your subscription at any time.</div> + <div class="orderDetails">Our EU VAT number: NL858105378B01</div> </p> </div> </div> |