tig-nl / gls-magento2

Integrate GLS shipping services into Magento 2. Add GLS shipping and parcelshops to your checkout. Create your labels with Track and Trace functionality from the Magento backend.
5 stars 8 forks source link

XSS prevention: escaping in phtml. Use $block instead $this. #7

Open vmalyk opened 3 years ago

vmalyk commented 3 years ago

Hi!

PR contains fixes for consistency and supports Magento Guide Lines:

  1. Escaping for translations
  2. Using $block instead $this in templates

Please review,