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
Given the fix in #591, it should be perfectly ok to await a PaymentResponse without needing the user to pick a (non-existent) shipping option:
constresponse=awaitrequest.show();
Right now, the above ends in user frustration, because they are told:
But technically, the .shippingAddress could be provided to the site, and they could then resolve the shippingOption locally and would be a solution to #537 "Shipping Address Validation - Suggest Alternate Address").
The text was updated successfully, but these errors were encountered:
Related to #594.
Consider the following situation, where no
shippingOptions
are given, butrequestShipping: true
:Given the fix in #591, it should be perfectly ok to await a
PaymentResponse
without needing the user to pick a (non-existent) shipping option:Right now, the above ends in user frustration, because they are told:
But technically, the
.shippingAddress
could be provided to the site, and they could then resolve the shippingOption locally and would be a solution to #537 "Shipping Address Validation - Suggest Alternate Address").The text was updated successfully, but these errors were encountered: