diff --git a/src/SprykerEco/Yves/Payone/Form/CreditCardSubForm.php b/src/SprykerEco/Yves/Payone/Form/CreditCardSubForm.php index 492153bb79..a82f9e5ac2 100644 --- a/src/SprykerEco/Yves/Payone/Form/CreditCardSubForm.php +++ b/src/SprykerEco/Yves/Payone/Form/CreditCardSubForm.php @@ -79,6 +79,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver) public function buildForm(FormBuilderInterface $builder, array $options) { $this->addCardType($builder, $options) + ->addNameOnCard($builder) ->addHiddenInputs($builder); } diff --git a/src/SprykerEco/Yves/Payone/Theme/default/credit_card.twig b/src/SprykerEco/Yves/Payone/Theme/default/credit_card.twig index ad3d7b4966..240063eb33 100644 --- a/src/SprykerEco/Yves/Payone/Theme/default/credit_card.twig +++ b/src/SprykerEco/Yves/Payone/Theme/default/credit_card.twig @@ -19,6 +19,12 @@ + +