@mirai/core 0.3.356 → 0.3.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
- package/package.json +1 -1
|
@@ -2,355 +2,355 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<FormCheckout> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-text
|
|
9
9
|
class="text action"
|
|
10
10
|
>
|
|
11
11
|
payments.label.secure_page
|
|
12
|
-
</
|
|
13
|
-
<
|
|
12
|
+
</ui-text>
|
|
13
|
+
<ui-view
|
|
14
14
|
class="view"
|
|
15
15
|
>
|
|
16
|
-
<
|
|
16
|
+
<ui-view
|
|
17
17
|
class="view"
|
|
18
18
|
>
|
|
19
|
-
<
|
|
19
|
+
<ui-view
|
|
20
20
|
class="view wide"
|
|
21
21
|
>
|
|
22
|
-
<
|
|
22
|
+
<ui-text
|
|
23
23
|
class="text small"
|
|
24
24
|
>
|
|
25
25
|
payments.label.card_name
|
|
26
|
-
</
|
|
26
|
+
</ui-text>
|
|
27
27
|
<input
|
|
28
28
|
class="input"
|
|
29
29
|
name="name"
|
|
30
30
|
type="text"
|
|
31
31
|
value=""
|
|
32
32
|
/>
|
|
33
|
-
</
|
|
34
|
-
</
|
|
35
|
-
</
|
|
36
|
-
<
|
|
33
|
+
</ui-view>
|
|
34
|
+
</ui-view>
|
|
35
|
+
</ui-view>
|
|
36
|
+
<ui-view
|
|
37
37
|
class="view"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<ui-view
|
|
40
40
|
class="view"
|
|
41
41
|
>
|
|
42
|
-
<
|
|
42
|
+
<ui-view
|
|
43
43
|
class="view wide"
|
|
44
44
|
>
|
|
45
|
-
<
|
|
45
|
+
<ui-text
|
|
46
46
|
class="text small"
|
|
47
47
|
>
|
|
48
48
|
payments.label.card_number
|
|
49
|
-
</
|
|
49
|
+
</ui-text>
|
|
50
50
|
<div
|
|
51
51
|
class="card-number-frame"
|
|
52
52
|
/>
|
|
53
|
-
</
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
<
|
|
53
|
+
</ui-view>
|
|
54
|
+
</ui-view>
|
|
55
|
+
</ui-view>
|
|
56
|
+
<ui-view
|
|
57
57
|
class="view row"
|
|
58
58
|
>
|
|
59
|
-
<
|
|
59
|
+
<ui-view
|
|
60
60
|
class="view"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui-view
|
|
63
63
|
class="view"
|
|
64
64
|
>
|
|
65
|
-
<
|
|
65
|
+
<ui-view
|
|
66
66
|
class="view wide"
|
|
67
67
|
>
|
|
68
|
-
<
|
|
68
|
+
<ui-text
|
|
69
69
|
class="text small"
|
|
70
70
|
>
|
|
71
71
|
payments.label.expiration
|
|
72
|
-
</
|
|
72
|
+
</ui-text>
|
|
73
73
|
<div
|
|
74
74
|
class="expiry-date-frame"
|
|
75
75
|
/>
|
|
76
|
-
</
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
<
|
|
76
|
+
</ui-view>
|
|
77
|
+
</ui-view>
|
|
78
|
+
</ui-view>
|
|
79
|
+
<ui-view
|
|
80
80
|
class="view"
|
|
81
81
|
>
|
|
82
|
-
<
|
|
82
|
+
<ui-view
|
|
83
83
|
class="view"
|
|
84
84
|
>
|
|
85
|
-
<
|
|
85
|
+
<ui-view
|
|
86
86
|
class="view wide"
|
|
87
87
|
>
|
|
88
|
-
<
|
|
88
|
+
<ui-text
|
|
89
89
|
class="text small"
|
|
90
90
|
>
|
|
91
91
|
payments.label.cvv
|
|
92
|
-
</
|
|
92
|
+
</ui-text>
|
|
93
93
|
<div
|
|
94
94
|
class="cvv-frame"
|
|
95
95
|
/>
|
|
96
|
-
</
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
</
|
|
96
|
+
</ui-view>
|
|
97
|
+
</ui-view>
|
|
98
|
+
</ui-view>
|
|
99
|
+
</ui-view>
|
|
100
100
|
<button
|
|
101
101
|
class="pressable disabled button large disabled wide"
|
|
102
102
|
disabled=""
|
|
103
103
|
>
|
|
104
|
-
<
|
|
104
|
+
<ui-view
|
|
105
105
|
class="view busyContainer"
|
|
106
106
|
>
|
|
107
|
-
<
|
|
107
|
+
<ui-view
|
|
108
108
|
class="view spinner"
|
|
109
109
|
/>
|
|
110
|
-
</
|
|
111
|
-
<
|
|
110
|
+
</ui-view>
|
|
111
|
+
<ui-view
|
|
112
112
|
class="view row children"
|
|
113
113
|
>
|
|
114
114
|
payments.action.pay
|
|
115
|
-
</
|
|
115
|
+
</ui-view>
|
|
116
116
|
</button>
|
|
117
|
-
</
|
|
117
|
+
</ui-view>
|
|
118
118
|
</DocumentFragment>
|
|
119
119
|
`;
|
|
120
120
|
|
|
121
121
|
exports[`component:<FormCheckout> renders 1`] = `
|
|
122
122
|
<DocumentFragment>
|
|
123
|
-
<
|
|
123
|
+
<ui-view
|
|
124
124
|
class="view"
|
|
125
125
|
>
|
|
126
|
-
<
|
|
126
|
+
<ui-text
|
|
127
127
|
class="text action"
|
|
128
128
|
>
|
|
129
129
|
payments.label.secure_page
|
|
130
|
-
</
|
|
131
|
-
<
|
|
130
|
+
</ui-text>
|
|
131
|
+
<ui-view
|
|
132
132
|
class="view"
|
|
133
133
|
>
|
|
134
|
-
<
|
|
134
|
+
<ui-view
|
|
135
135
|
class="view"
|
|
136
136
|
>
|
|
137
|
-
<
|
|
137
|
+
<ui-view
|
|
138
138
|
class="view wide"
|
|
139
139
|
>
|
|
140
|
-
<
|
|
140
|
+
<ui-text
|
|
141
141
|
class="text small"
|
|
142
142
|
>
|
|
143
143
|
payments.label.card_name
|
|
144
|
-
</
|
|
144
|
+
</ui-text>
|
|
145
145
|
<input
|
|
146
146
|
class="input"
|
|
147
147
|
name="name"
|
|
148
148
|
type="text"
|
|
149
149
|
value=""
|
|
150
150
|
/>
|
|
151
|
-
</
|
|
152
|
-
</
|
|
153
|
-
</
|
|
154
|
-
<
|
|
151
|
+
</ui-view>
|
|
152
|
+
</ui-view>
|
|
153
|
+
</ui-view>
|
|
154
|
+
<ui-view
|
|
155
155
|
class="view"
|
|
156
156
|
>
|
|
157
|
-
<
|
|
157
|
+
<ui-view
|
|
158
158
|
class="view"
|
|
159
159
|
>
|
|
160
|
-
<
|
|
160
|
+
<ui-view
|
|
161
161
|
class="view wide"
|
|
162
162
|
>
|
|
163
|
-
<
|
|
163
|
+
<ui-text
|
|
164
164
|
class="text small"
|
|
165
165
|
>
|
|
166
166
|
payments.label.card_number
|
|
167
|
-
</
|
|
167
|
+
</ui-text>
|
|
168
168
|
<div
|
|
169
169
|
class="card-number-frame"
|
|
170
170
|
/>
|
|
171
|
-
</
|
|
172
|
-
</
|
|
173
|
-
</
|
|
174
|
-
<
|
|
171
|
+
</ui-view>
|
|
172
|
+
</ui-view>
|
|
173
|
+
</ui-view>
|
|
174
|
+
<ui-view
|
|
175
175
|
class="view row"
|
|
176
176
|
>
|
|
177
|
-
<
|
|
177
|
+
<ui-view
|
|
178
178
|
class="view"
|
|
179
179
|
>
|
|
180
|
-
<
|
|
180
|
+
<ui-view
|
|
181
181
|
class="view"
|
|
182
182
|
>
|
|
183
|
-
<
|
|
183
|
+
<ui-view
|
|
184
184
|
class="view wide"
|
|
185
185
|
>
|
|
186
|
-
<
|
|
186
|
+
<ui-text
|
|
187
187
|
class="text small"
|
|
188
188
|
>
|
|
189
189
|
payments.label.expiration
|
|
190
|
-
</
|
|
190
|
+
</ui-text>
|
|
191
191
|
<div
|
|
192
192
|
class="expiry-date-frame"
|
|
193
193
|
/>
|
|
194
|
-
</
|
|
195
|
-
</
|
|
196
|
-
</
|
|
197
|
-
<
|
|
194
|
+
</ui-view>
|
|
195
|
+
</ui-view>
|
|
196
|
+
</ui-view>
|
|
197
|
+
<ui-view
|
|
198
198
|
class="view"
|
|
199
199
|
>
|
|
200
|
-
<
|
|
200
|
+
<ui-view
|
|
201
201
|
class="view"
|
|
202
202
|
>
|
|
203
|
-
<
|
|
203
|
+
<ui-view
|
|
204
204
|
class="view wide"
|
|
205
205
|
>
|
|
206
|
-
<
|
|
206
|
+
<ui-text
|
|
207
207
|
class="text small"
|
|
208
208
|
>
|
|
209
209
|
payments.label.cvv
|
|
210
|
-
</
|
|
210
|
+
</ui-text>
|
|
211
211
|
<div
|
|
212
212
|
class="cvv-frame"
|
|
213
213
|
/>
|
|
214
|
-
</
|
|
215
|
-
</
|
|
216
|
-
</
|
|
217
|
-
</
|
|
214
|
+
</ui-view>
|
|
215
|
+
</ui-view>
|
|
216
|
+
</ui-view>
|
|
217
|
+
</ui-view>
|
|
218
218
|
<button
|
|
219
219
|
class="pressable disabled button large disabled wide"
|
|
220
220
|
disabled=""
|
|
221
221
|
>
|
|
222
|
-
<
|
|
222
|
+
<ui-view
|
|
223
223
|
class="view busyContainer"
|
|
224
224
|
>
|
|
225
|
-
<
|
|
225
|
+
<ui-view
|
|
226
226
|
class="view spinner"
|
|
227
227
|
/>
|
|
228
|
-
</
|
|
229
|
-
<
|
|
228
|
+
</ui-view>
|
|
229
|
+
<ui-view
|
|
230
230
|
class="view row children"
|
|
231
231
|
>
|
|
232
232
|
payments.action.pay
|
|
233
|
-
</
|
|
233
|
+
</ui-view>
|
|
234
234
|
</button>
|
|
235
|
-
</
|
|
235
|
+
</ui-view>
|
|
236
236
|
</DocumentFragment>
|
|
237
237
|
`;
|
|
238
238
|
|
|
239
239
|
exports[`component:<FormCheckout> testID 1`] = `
|
|
240
240
|
<DocumentFragment>
|
|
241
|
-
<
|
|
241
|
+
<ui-view
|
|
242
242
|
class="view"
|
|
243
243
|
data-testid="mirai"
|
|
244
244
|
>
|
|
245
|
-
<
|
|
245
|
+
<ui-text
|
|
246
246
|
class="text action"
|
|
247
247
|
>
|
|
248
248
|
payments.label.secure_page
|
|
249
|
-
</
|
|
250
|
-
<
|
|
249
|
+
</ui-text>
|
|
250
|
+
<ui-view
|
|
251
251
|
class="view"
|
|
252
252
|
>
|
|
253
|
-
<
|
|
253
|
+
<ui-view
|
|
254
254
|
class="view"
|
|
255
255
|
>
|
|
256
|
-
<
|
|
256
|
+
<ui-view
|
|
257
257
|
class="view wide"
|
|
258
258
|
>
|
|
259
|
-
<
|
|
259
|
+
<ui-text
|
|
260
260
|
class="text small"
|
|
261
261
|
>
|
|
262
262
|
payments.label.card_name
|
|
263
|
-
</
|
|
263
|
+
</ui-text>
|
|
264
264
|
<input
|
|
265
265
|
class="input"
|
|
266
266
|
name="name"
|
|
267
267
|
type="text"
|
|
268
268
|
value=""
|
|
269
269
|
/>
|
|
270
|
-
</
|
|
271
|
-
</
|
|
272
|
-
</
|
|
273
|
-
<
|
|
270
|
+
</ui-view>
|
|
271
|
+
</ui-view>
|
|
272
|
+
</ui-view>
|
|
273
|
+
<ui-view
|
|
274
274
|
class="view"
|
|
275
275
|
>
|
|
276
|
-
<
|
|
276
|
+
<ui-view
|
|
277
277
|
class="view"
|
|
278
278
|
>
|
|
279
|
-
<
|
|
279
|
+
<ui-view
|
|
280
280
|
class="view wide"
|
|
281
281
|
>
|
|
282
|
-
<
|
|
282
|
+
<ui-text
|
|
283
283
|
class="text small"
|
|
284
284
|
>
|
|
285
285
|
payments.label.card_number
|
|
286
|
-
</
|
|
286
|
+
</ui-text>
|
|
287
287
|
<div
|
|
288
288
|
class="card-number-frame"
|
|
289
289
|
/>
|
|
290
|
-
</
|
|
291
|
-
</
|
|
292
|
-
</
|
|
293
|
-
<
|
|
290
|
+
</ui-view>
|
|
291
|
+
</ui-view>
|
|
292
|
+
</ui-view>
|
|
293
|
+
<ui-view
|
|
294
294
|
class="view row"
|
|
295
295
|
>
|
|
296
|
-
<
|
|
296
|
+
<ui-view
|
|
297
297
|
class="view"
|
|
298
298
|
>
|
|
299
|
-
<
|
|
299
|
+
<ui-view
|
|
300
300
|
class="view"
|
|
301
301
|
>
|
|
302
|
-
<
|
|
302
|
+
<ui-view
|
|
303
303
|
class="view wide"
|
|
304
304
|
>
|
|
305
|
-
<
|
|
305
|
+
<ui-text
|
|
306
306
|
class="text small"
|
|
307
307
|
>
|
|
308
308
|
payments.label.expiration
|
|
309
|
-
</
|
|
309
|
+
</ui-text>
|
|
310
310
|
<div
|
|
311
311
|
class="expiry-date-frame"
|
|
312
312
|
/>
|
|
313
|
-
</
|
|
314
|
-
</
|
|
315
|
-
</
|
|
316
|
-
<
|
|
313
|
+
</ui-view>
|
|
314
|
+
</ui-view>
|
|
315
|
+
</ui-view>
|
|
316
|
+
<ui-view
|
|
317
317
|
class="view"
|
|
318
318
|
>
|
|
319
|
-
<
|
|
319
|
+
<ui-view
|
|
320
320
|
class="view"
|
|
321
321
|
>
|
|
322
|
-
<
|
|
322
|
+
<ui-view
|
|
323
323
|
class="view wide"
|
|
324
324
|
>
|
|
325
|
-
<
|
|
325
|
+
<ui-text
|
|
326
326
|
class="text small"
|
|
327
327
|
>
|
|
328
328
|
payments.label.cvv
|
|
329
|
-
</
|
|
329
|
+
</ui-text>
|
|
330
330
|
<div
|
|
331
331
|
class="cvv-frame"
|
|
332
332
|
/>
|
|
333
|
-
</
|
|
334
|
-
</
|
|
335
|
-
</
|
|
336
|
-
</
|
|
333
|
+
</ui-view>
|
|
334
|
+
</ui-view>
|
|
335
|
+
</ui-view>
|
|
336
|
+
</ui-view>
|
|
337
337
|
<button
|
|
338
338
|
class="pressable disabled button large disabled wide"
|
|
339
339
|
disabled=""
|
|
340
340
|
>
|
|
341
|
-
<
|
|
341
|
+
<ui-view
|
|
342
342
|
class="view busyContainer"
|
|
343
343
|
>
|
|
344
|
-
<
|
|
344
|
+
<ui-view
|
|
345
345
|
class="view spinner"
|
|
346
346
|
/>
|
|
347
|
-
</
|
|
348
|
-
<
|
|
347
|
+
</ui-view>
|
|
348
|
+
<ui-view
|
|
349
349
|
class="view row children"
|
|
350
350
|
>
|
|
351
351
|
payments.action.pay
|
|
352
|
-
</
|
|
352
|
+
</ui-view>
|
|
353
353
|
</button>
|
|
354
|
-
</
|
|
354
|
+
</ui-view>
|
|
355
355
|
</DocumentFragment>
|
|
356
356
|
`;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<FormCheckout> renders 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-text
|
|
9
9
|
class="text action"
|
|
10
10
|
>
|
|
11
11
|
payments.label.secure_page
|
|
12
|
-
</
|
|
12
|
+
</ui-text>
|
|
13
13
|
<form
|
|
14
14
|
action="javascript:void(0)"
|
|
15
15
|
id="paycometPaymentForm"
|
|
@@ -30,40 +30,40 @@ exports[`component:<FormCheckout> renders 1`] = `
|
|
|
30
30
|
type="hidden"
|
|
31
31
|
value=""
|
|
32
32
|
/>
|
|
33
|
-
<
|
|
33
|
+
<ui-view
|
|
34
34
|
class="view"
|
|
35
35
|
>
|
|
36
|
-
<
|
|
36
|
+
<ui-view
|
|
37
37
|
class="view"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<ui-view
|
|
40
40
|
class="view wide"
|
|
41
41
|
>
|
|
42
|
-
<
|
|
42
|
+
<ui-text
|
|
43
43
|
class="text small"
|
|
44
44
|
>
|
|
45
45
|
payments.label.card_name
|
|
46
|
-
</
|
|
46
|
+
</ui-text>
|
|
47
47
|
<input
|
|
48
48
|
data-paycomet="cardHolderName"
|
|
49
49
|
/>
|
|
50
|
-
</
|
|
51
|
-
</
|
|
52
|
-
</
|
|
53
|
-
<
|
|
50
|
+
</ui-view>
|
|
51
|
+
</ui-view>
|
|
52
|
+
</ui-view>
|
|
53
|
+
<ui-view
|
|
54
54
|
class="view"
|
|
55
55
|
>
|
|
56
|
-
<
|
|
56
|
+
<ui-view
|
|
57
57
|
class="view"
|
|
58
58
|
>
|
|
59
|
-
<
|
|
59
|
+
<ui-view
|
|
60
60
|
class="view wide"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui-text
|
|
63
63
|
class="text small"
|
|
64
64
|
>
|
|
65
65
|
payments.label.card_number
|
|
66
|
-
</
|
|
66
|
+
</ui-text>
|
|
67
67
|
<div
|
|
68
68
|
id="paycomet-pan"
|
|
69
69
|
/>
|
|
@@ -72,27 +72,27 @@ exports[`component:<FormCheckout> renders 1`] = `
|
|
|
72
72
|
paycomet-placeholder="payments.label.card_number_placeholder"
|
|
73
73
|
paycomet-style="border:0px;background-image:none;color:undefined;font-family:undefined;font-size:undefined;outline: 0;padding:0!important;"
|
|
74
74
|
/>
|
|
75
|
-
</
|
|
76
|
-
</
|
|
77
|
-
</
|
|
78
|
-
<
|
|
75
|
+
</ui-view>
|
|
76
|
+
</ui-view>
|
|
77
|
+
</ui-view>
|
|
78
|
+
<ui-view
|
|
79
79
|
class="view row"
|
|
80
80
|
>
|
|
81
|
-
<
|
|
81
|
+
<ui-view
|
|
82
82
|
class="view"
|
|
83
83
|
>
|
|
84
|
-
<
|
|
84
|
+
<ui-view
|
|
85
85
|
class="view"
|
|
86
86
|
>
|
|
87
|
-
<
|
|
87
|
+
<ui-view
|
|
88
88
|
class="view wide"
|
|
89
89
|
>
|
|
90
|
-
<
|
|
90
|
+
<ui-text
|
|
91
91
|
class="text small"
|
|
92
92
|
>
|
|
93
93
|
payments.label.expiration
|
|
94
|
-
</
|
|
95
|
-
<
|
|
94
|
+
</ui-text>
|
|
95
|
+
<ui-view
|
|
96
96
|
class="view row"
|
|
97
97
|
>
|
|
98
98
|
<input
|
|
@@ -108,24 +108,24 @@ exports[`component:<FormCheckout> renders 1`] = `
|
|
|
108
108
|
name="year"
|
|
109
109
|
value=""
|
|
110
110
|
/>
|
|
111
|
-
</
|
|
112
|
-
</
|
|
113
|
-
</
|
|
114
|
-
</
|
|
115
|
-
<
|
|
111
|
+
</ui-view>
|
|
112
|
+
</ui-view>
|
|
113
|
+
</ui-view>
|
|
114
|
+
</ui-view>
|
|
115
|
+
<ui-view
|
|
116
116
|
class="view"
|
|
117
117
|
>
|
|
118
|
-
<
|
|
118
|
+
<ui-view
|
|
119
119
|
class="view"
|
|
120
120
|
>
|
|
121
|
-
<
|
|
121
|
+
<ui-view
|
|
122
122
|
class="view wide"
|
|
123
123
|
>
|
|
124
|
-
<
|
|
124
|
+
<ui-text
|
|
125
125
|
class="text small"
|
|
126
126
|
>
|
|
127
127
|
payments.label.cvv
|
|
128
|
-
</
|
|
128
|
+
</ui-text>
|
|
129
129
|
<div
|
|
130
130
|
data-paycomet="cvc2"
|
|
131
131
|
id="paycomet-cvc2"
|
|
@@ -134,32 +134,32 @@ exports[`component:<FormCheckout> renders 1`] = `
|
|
|
134
134
|
paycomet-name="cvc2"
|
|
135
135
|
paycomet-style="border:0px;color:undefined;font-family:undefined;font-size:undefined;padding:0!important;"
|
|
136
136
|
/>
|
|
137
|
-
</
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
137
|
+
</ui-view>
|
|
138
|
+
</ui-view>
|
|
139
|
+
</ui-view>
|
|
140
|
+
</ui-view>
|
|
141
141
|
<button
|
|
142
142
|
class="pressable button large wide"
|
|
143
143
|
tabindex="0"
|
|
144
144
|
>
|
|
145
|
-
<
|
|
145
|
+
<ui-view
|
|
146
146
|
class="view busyContainer"
|
|
147
147
|
>
|
|
148
|
-
<
|
|
148
|
+
<ui-view
|
|
149
149
|
class="view spinner"
|
|
150
150
|
/>
|
|
151
|
-
</
|
|
152
|
-
<
|
|
151
|
+
</ui-view>
|
|
152
|
+
<ui-view
|
|
153
153
|
class="view row children"
|
|
154
154
|
>
|
|
155
155
|
payments.action.pay
|
|
156
|
-
</
|
|
156
|
+
</ui-view>
|
|
157
157
|
</button>
|
|
158
158
|
</form>
|
|
159
159
|
<div
|
|
160
160
|
id="paymentErrorMsg"
|
|
161
161
|
style="display: none;"
|
|
162
162
|
/>
|
|
163
|
-
</
|
|
163
|
+
</ui-view>
|
|
164
164
|
</DocumentFragment>
|
|
165
165
|
`;
|