maksuturva / magento2_payment_module

Svea Payment module for Magento 2
Other
4 stars 13 forks source link

Increase pmt_buyeremail max field length from 40 to 100 #21

Closed miikavai closed 4 years ago

miikavai commented 4 years ago

Increase pmt_buyeremail max field length from 40 to 100 to support longer e-mail addresses.

Currently e-mail addresses longer than 40 characters cause payment to fail.

Used max length 100, same as here https://github.com/maksuturva/magento2_payment_module/blob/master/app/code/Svea/MaksuturvaMasterpass/Model/Form/Form.php#L76