@henrylabs-interview/payment-processor 0.2.9 → 0.2.10
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.
|
@@ -38,7 +38,7 @@ export async function renderEmbeddedCheckout(containerElementId, checkoutId, cal
|
|
|
38
38
|
|
|
39
39
|
<div style="display:flex; flex-direction:column; gap:14px;">
|
|
40
40
|
|
|
41
|
-
${inputBlock('card-number', 'Card Number', '4242 4242 4242 4242',
|
|
41
|
+
${inputBlock('card-number', 'Card Number', '4242 4242 4242 4242', 19)}
|
|
42
42
|
<div style="display:flex; gap:10px;">
|
|
43
43
|
<div style="flex:1;">
|
|
44
44
|
${inputBlock('exp-month', 'Exp. Month', '12', 2)}
|