Skip to content

Conversation

@sequensucks
Copy link
Contributor

Replace a cart_id getAvailableShippingMethods query variable with a cartId

fix #1264

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Replace a cart_id getAvailableShippingMethods query variable with a cartId

fix vuestorefront#1264
export default gql`
query GuestAvailableShippingMethods($cart_id: String!) {
query GuestAvailableShippingMethods($cartId: String!) {
cart(cart_id:$cart_id) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once you changed $cart_id to $cartId, you need to change it here: cart_id:$cartId

Replace a cart_id getAvailableShippingMethods query variable with a cartId

fix vuestorefront#1264
@Frodigo Frodigo added this to the 1.0.3 milestone Aug 1, 2022
@filrak
Copy link
Contributor

filrak commented Aug 1, 2022

Thanks for your contribution @sequensucks!

@Frodigo Frodigo merged commit eade6ff into vuestorefront:develop Aug 2, 2022
@Frodigo Frodigo mentioned this pull request Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants