You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my attempts to add the Klarna payment method, I encountered a bug: the Klarna payment method becomes available after returning to the billing address and re-selecting the payment method. The error repeats with each new order.
Steps to Reproduce
Create an order via API
Go to the hosted version of the checkout page
Fill in the billing address
Click Continue payment
Select the Klarna payment method (here I get a 422 error due to the missing country code)
Return to the billing address
Click Continue payment again
Select the Klarna payment method (now the payment method is available)
Expected Result
I expect the Klarna payment method to be available immediately after filling in the billing address and clicking Continue payment.
Actual Results
When selecting the Klarna payment method for the first time, I get a 422 error due to the missing country code. The payment method becomes available after returning to the billing address and re-selecting the payment method.
Screenshots
bug-klarna-checkout-page-2.mov
Desktop (please complete the following information):
OS: Mac OS
Browser: Chrome
Version: 125.0.6422.142
Additional context
I would appreciate recommendations on how to bypass this bug without deploying the checkout page on my side.
The text was updated successfully, but these errors were encountered:
scriptology
changed the title
Klarna Payment Method Unavailable on Initial Selection Due to Missing Country Code
Klarna payment method unavailable on initial selection
Jun 17, 2024
Description
In my attempts to add the Klarna payment method, I encountered a bug: the Klarna payment method becomes available after returning to the billing address and re-selecting the payment method. The error repeats with each new order.
Steps to Reproduce
Expected Result
I expect the Klarna payment method to be available immediately after filling in the billing address and clicking Continue payment.
Actual Results
When selecting the Klarna payment method for the first time, I get a 422 error due to the missing country code. The payment method becomes available after returning to the billing address and re-selecting the payment method.
Screenshots
bug-klarna-checkout-page-2.mov
Desktop (please complete the following information):
Additional context
I would appreciate recommendations on how to bypass this bug without deploying the checkout page on my side.
The text was updated successfully, but these errors were encountered: