Torben Hansen

Results 65 issues of Torben Hansen

Idea is to extend `PaymentService:translate`, so the given translation key is looked up via an alternative key (e.g. `payment.title.invoice` ➡️ `payment.title.invoice.userFriendlyName`). If not alternative translation is available, the default translation...

See https://github.com/TYPO3/typo3/commit/2b58b7e5c1b47128a13fca999dac2c57869612ba

https://review.typo3.org/c/Packages/TYPO3.CMS/+/91231

Payment providers usually require an ISO 4217 currency code. The currency field is currently a string field, which allows to use any currency (e.g `€` or `DKR`). Change the TCA...