diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-18 23:59:04 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-18 23:59:04 +0200 |
commit | ea9ce72708e1fd995936ce6737acb187c6f86182 (patch) | |
tree | 605e516f9f45285fcb3aa47d52b160a821699e67 /website/templates | |
parent | f241ef8c309b90faacabe66431b9deaebfd7087a (diff) | |
download | lombok-ea9ce72708e1fd995936ce6737acb187c6f86182.tar.gz lombok-ea9ce72708e1fd995936ce6737acb187c6f86182.tar.bz2 lombok-ea9ce72708e1fd995936ce6737acb187c6f86182.zip |
[website] lombok licenses for international customers now via stripe instead of payoneer. Also, typos.
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/order-license.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/website/templates/order-license.html b/website/templates/order-license.html index 818c27f3..c3f52cef 100644 --- a/website/templates/order-license.html +++ b/website/templates/order-license.html @@ -89,7 +89,7 @@ <div class="form-check"> <label class="form-check-label"> <input type="radio" class="form-check-input locationType" name="locationType" value="eu" checked="checked" /> - We are based in the Europe + We are based in Europe </label> </div> <div class="form-check"> @@ -130,13 +130,13 @@ <div class="form-check" hidden="hidden" id="paymentMethod_intl"> <label class="form-check-label"> <input type="radio" class="form-check-input" name="paymentMethod" value="intl" /> - Pay via international bank transfer + Pay via international bank transfer (not suggested for bills less than €500,-) </label> </div> <div class="form-check"> - <label class="form-check-label" id="paymentMethod_payoneer"> - <input type="radio" class="form-check-input" name="paymentMethod" value="payoneer" /> - Pay with Payoneer + <label class="form-check-label" id="paymentMethod_stripe"> + <input type="radio" class="form-check-input" name="paymentMethod" value="stripe" /> + Pay with Stripe (Credit Cards) </label> </div> <div id="paymentMethodErr" class="formErr" hidden="hidden">Payment method is a required field.</div> |