PAYONE-GmbH / magento-2

PAYONE Payment Extension for Magento 2
28 stars 56 forks source link

MAG2-248 - Changed placeholders to single curly brackets #457

Closed FatchipRobert closed 2 years ago

FatchipRobert commented 2 years ago

Fixes #426

This used to work in older Mage2 versions. Seems like the Mage2 framework prohibits use of double curly brackets in language snippets since some newer version.

I tried alot to make it work the old way but Mage2 just wouldnt let it pass, so I changed the placeholders to work with single curly brackets now.

Configurations with double brackets will still work though.