OLD | NEW |
| 1 <head> |
| 2 <title>Stripe: Checkout</title> |
| 3 </head> |
| 4 <form class="checkoutView" method="POST" novalidate="true"> |
1 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition
: none; -webkit-transition: none; transform: translateX(0px); overflow: inherit;
"> | 5 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition
: none; -webkit-transition: none; transform: translateX(0px); overflow: inherit;
"> |
2 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op
acity: 1; transition: none; -webkit-transition: none;"> | 6 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op
acity: 1; transition: none; -webkit-transition: none;"> |
3 <div class="emailInput input"> | 7 <div class="emailInput input"> |
4 <input class="control" id="email" type="email" x-autocompletetype="email"
autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off"
placeholder="Email"><span class="spinnerContainer" style="display: none;"> | 8 <input class="control" id="email" type="email" x-autocompletetype="email"
autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off"
placeholder="Email"><span class="spinnerContainer" style="display: none;"> |
5 <div class="svgSpinner" style="width: 14px; height: 15px;"> | 9 <div class="svgSpinner" style="width: 14px; height: 15px;"> |
6 </div></span> | 10 </div></span> |
7 <div class="svg icon" style="width: 30px; height: 30px;"> | 11 <div class="svg icon" style="width: 30px; height: 30px;"> |
8 </div> | 12 </div> |
9 </div> | 13 </div> |
10 </div> | 14 </div> |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 </div> | 90 </div> |
87 </div> | 91 </div> |
88 </div> | 92 </div> |
89 </div> | 93 </div> |
90 </div> | 94 </div> |
91 </div> | 95 </div> |
92 </div> | 96 </div> |
93 </div> | 97 </div> |
94 </div> | 98 </div> |
95 </div> | 99 </div> |
| 100 </form> |
OLD | NEW |