--- title: "API.250903-MINOR" slug: "api250903-minor" updated: 2026-01-16T13:08:59Z published: 2026-01-16T13:08:59Z canonical: "help.frisbii.com/api250903-minor" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API.250903-MINOR > [!WARNING] > **Note** > > Changes on accessibility might affect your integration. #### **Checkout Accessibility** **Navigation with already saved addresses** All existing addresses of a customer account are now accessible via screen reader, tabulator and keyboard navigation. **Navigation when adding a credit card** The process for adding a credit card during checkout has been improved to better support customers who use screen readers and keyboard controls. ### 🐛Fix **PLEN-10220:** Missing [disabled] attribute for the confirmation button The confirmation button (e.g. "Check data" when entering IBAN and BIC) no longer used the standard HTML attribute `[disabled]`when inactive. Instead, only ARIA attributes (such as `aria-disabled`) were applied. The confirmation button now uses the `attribut<1>[disabled]`when inactive to ensure proper accessibility and styling. **PLEN-10249:** The checkout behavior when attempting to repurchase an already purchased product did not match the behavior described in our SDK documentation. This has been corrected, and the behavior now aligns with the documentation: If the customer has already purchased the product and `allowMultiplePurchases` is `disabled (=false)` and the customer clicks the Continue button: - The `plenigo.PurchaseSuccess` event is triggered. - The event contains `orderId = -1` - No `plenigo.PurchaseFailed` event is triggered. **PLEN-10414:** The Stripe Payment Button “LINK” logo is displayed again when selecting payment methods.