We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The computed paymentChangeable from useOrderDetails is always false, even if the method may be changed.
paymentChangeable
useOrderDetails
The value of paymentChangeable from useOrderDetails should be true if the payment method on the order can be changed.
const { loadOrderDetails, paymentChangeable } = useOrderDetails( props.orderId, ); await loadOrderDetails(); paymentChangeable.value // => always false
No response
checkPromotion is not sent as part of the request body one the readOrder request. Pretty sure this is a regression caused by the following change, as checkPromotion is in mergedAssociations but not mergedAssociations.associations. 1954022#diff-1aae20791a13b17b807d9677e2a8ba59b0bb6d3aa8716bc0a80d5ed09af61d41L205-R218
checkPromotion
mergedAssociations
mergedAssociations.associations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
The computed
paymentChangeable
fromuseOrderDetails
is always false, even if the method may be changed.Expected Behavior
The value of
paymentChangeable
fromuseOrderDetails
should be true if the payment method on the order can be changed.Steps To Reproduce
Environment
No response
Anything else?
checkPromotion
is not sent as part of the request body one the readOrder request. Pretty sure this is a regression caused by the following change, ascheckPromotion
is inmergedAssociations
but notmergedAssociations.associations
.1954022#diff-1aae20791a13b17b807d9677e2a8ba59b0bb6d3aa8716bc0a80d5ed09af61d41L205-R218
The text was updated successfully, but these errors were encountered: