New
- To enable the instant payment button for Google Pay, you can now set instantPaymentTypes with either
googlepay
orpaywithgoogle
#1871 - The Expiry date field now includes an icon showing the location of the expiry date #1862
- In the CVC/CVV field, you can set digits to appear as dot icons by setting the new
maskSecurityCode
property totrue
#1860 - The checkoutAttemptId field is now in the paymentMethod object #1858
- Payment method: DuitNow #1861
Bugfixes
- In the payment methods list, the items in the list now have the radio role for accessibility features #1868
- For Pix, when showPayButton is set to false, the payment form now appears when the shopper selects Pix from the payment methods list #1866
- For Klarna using the /sessions endpoint, you no longer have to implement the onAdditionaDetails callback. Previously, you had to implement the onAdditionalDetails callback to make a request to the correct endpoint #1865
- When you create the 3D Secure 2 Component with createFromAction, the component no longer hangs if you make more than one transaction of the same type. #1855
Improvements
- Creating more informative errors 3DS2 errors #1856