Skip to content

v1.8.1

Choose a tag to compare

@Robert-SD Robert-SD released this 23 Feb 11:48

Fixed

  • HUF Currency Formatting: Fixed an issue where Hungarian Forint (HUF) amounts were incorrectly
    formatted on iOS 26.4 Beta. The iOS beta changed the minor digits for HUF from 2 to 0 in this
    beta, which conflicted with the Adyen backend expectation of 2 decimal places. The SDK now
    explicitly overrides HUF to use 2 minor units, ensuring consistent amount formatting across all
    iOS versions.

Changed