maksuturva / magento2_payment_module

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

Change SKU length #54

Closed joelvai closed 1 year ago

joelvai commented 1 year ago

I had a case where product data had some sensitive information which needed to be altered before sending data to payment service. Altering that data was done using event "maksuturva_gateway_implementation_get_form_after" but the problem there was that in case SKU was longer than 10 characters I couldn't use that data to fetch rest of the product data. So I did small refactor and updated the limits to match the Svea documentation.

Svea-Maintainer commented 1 year ago

Thank you for your observation and the PR is in the review at the moment...

Svea-Maintainer commented 1 year ago

Change tested and a new release 1.9.1 will be published in few minutes...

Thank you for collaboration!