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
When no delivery method is available, the following message is displayed: There are no shipping methods available for you right now. Please try again or use an alternative payment method.
Describe the bug
When no delivery method is available, the following message is displayed:
There are no shipping methods available for you right now. Please try again or use an alternative payment method.
adyen-magento2-express-checkout/view/frontend/web/js/applepay/button.js
Line 261 in cf8ef25
Unfortunately this error is never displayed ...
When I check Adyen component ApplePayService and Apple Pay document,
reject('My error')
is not valid.Obviously the
reject
function must be called with an object containing the following information :An example that works: Adyen - Step 4: Configure the callback to handle shipping method changes
To Reproduce
Payment not completed
💥 Redirected back to the checkout, no error message displayed (Magento)
Expected behavior
Error message must be displayed in Apple Pay sheet.
Why all
reject
callback are called with string ? Is this on purpose?The text was updated successfully, but these errors were encountered: