-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEnterCVVPage.html
More file actions
31 lines (26 loc) · 975 Bytes
/
EnterCVVPage.html
File metadata and controls
31 lines (26 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<ac:pagelayout id="EnterCVVPage">
$$ENTERCVVHEADER$$
<ac:widgetarea id="Top">
</ac:widgetarea>
<div class="CheckOutSubHeader">What is a CVV?</div>
<div class="CheckOutText">CVV is an anti-fraud security feature to help verify that you are in possession
of your credit card. For Visa/Mastercard, the three-digit CVV number is printed
on the signature panel on the back of the card immediately after the card's
account number. For American Express, the four-digit CVV number is printed on
the front of the card above the card account number.
</div>
<div align="center">
$$CVV$$
</div>
<div class="CheckOutText">
Please enter your credit card's CVV (Card Verification Value):
$$CVVTEXTBOX$$
$$CONTINUEBUTTON$$
<div><b>Notice, only click this button once. Do not refresh this page.</b></div>
</div>
<div>
$$ERRORTEXT$$
</div>
<ac:widgetarea id="Bottom">
</ac:widgetarea>
</ac:pagelayout>