thephpleague / omnipay-multisafepay

MultiSafepay driver for the Omnipay PHP payment processing library
MIT License
19 stars 22 forks source link

Localization #15

Open hubertprein opened 7 years ago

hubertprein commented 7 years ago

I've tried to add setLocale('es'); to test if the redirect type in MultiSafepay will display the different language as mentioned here: https://www.multisafepay.com/documentation/doc/API-Reference/#API-Reference-Localization

Unfortunately that didn't work. When you get to the gateway, it'll show something like this: https://cl.ly/3M0X0F2u0u0F With the locale attached to the URL (https://testpay.multisafepay.com/pay/external-details/?type=directmerchantdeposit&lang=es) you can show the information to the user directly in the locale you want.

Does the locale function work in the REST gateway?