Skip to content

Commit c7f1db6

Browse files
committed
fix(app/credit-card): accept card holder name with frist word less than 3 chars
1 parent 05b921d commit c7f1db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

@ecomplus/storefront-app/src/components/html/CreditCardForm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<div class="input-group">
101101
<input
102102
type="text"
103-
pattern="[^\d\s]{3,}.*"
103+
pattern="[^\d\s]+.*"
104104
class="form-control"
105105
id="credit-card-name"
106106
:placeholder="i19nameOnCard"

0 commit comments

Comments
 (0)