Skip to content

Commit

Permalink
Merge pull request #116 from QuickPay/cardholder-char-limit
Browse files Browse the repository at this point in the history
cardholder char limit
  • Loading branch information
jenssoren authored Aug 15, 2023
2 parents f9d5e3c + e2df109 commit d6ffd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/form/card.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
id="cardholder"
name="cardholder"
class="form-control"
maxlength="44"
autocomplete="cc-name"
autofocus="autofocus"
{% if config.enable_prefill_name %}value="{{ model.name_on_card }}"{% endif %}>
Expand Down

0 comments on commit d6ffd44

Please sign in to comment.