Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCST-2303: add changeCartCurrency mutation #24

Merged
merged 12 commits into from
Dec 20, 2024
Merged

VCST-2303: add changeCartCurrency mutation #24

merged 12 commits into from
Dec 20, 2024

Conversation

ksavosteev
Copy link
Collaborator

@ksavosteev ksavosteev commented Dec 4, 2024

Description

mutation changeCartCurrency($command: InputChangeCartCurrencyType!) {
  changeCartCurrency(command: $command)
  {
    id
    currency {
      code
    }
    validationErrors {
        errorMessage
      }
    warnings {
      errorMessage
     }
     items {
      productId
    }
    
  }
}
{
  "command": {
    "storeId": "Electronics",
    "currencyCode": "USD",
    "cultureName": "en-US",
    "userId": "123",
    "newCurrencyCode": "EUR"
  }
}

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-2303

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.XCart_3.822.0-pr-24-2ef8.zip

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.816
Timestamp: 04-12-2024T08:31:13

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.243
Timestamp: 04-12-2024T08:32:51

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.11
Timestamp: 04-12-2024T10:38:35

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.303
Timestamp: 06-12-2024T14:19:17

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.604
Timestamp: 11-12-2024T11:53:55

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.893
Timestamp: 13-12-2024T07:43:25

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.475
Timestamp: 17-12-2024T13:25:17

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.25
Timestamp: 19-12-2024T09:50:48

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.291
Timestamp: 19-12-2024T10:07:40

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.988
Timestamp: 20-12-2024T07:06:03

@ksavosteev ksavosteev merged commit 2a264d5 into dev Dec 20, 2024
6 checks passed
@ksavosteev ksavosteev deleted the feat/VCST-2303 branch December 20, 2024 12:07
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