Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Tax", | ||
| "BlobName": "VirtoCommerce.Tax_3.1000.0.zip" |
There was a problem hiding this comment.
Tax module blob name missing PR suffix
High Severity
The BlobName for VirtoCommerce.Tax is VirtoCommerce.Tax_3.1000.0.zip, which lacks the -pr-NUMBER-HASH suffix that every other entry in the AzureBlob section has (e.g., -pr-60-f11e). The PR description confirms the automation failed: "from PR undefined undefined". This blob likely doesn't exist in the vc3prerelease container, which would cause module installation to fail during QA deployment.


ci: Automated update vc-module-tax from PR undefined undefined
Note
Low Risk
Config-only change to module pinning/source selection; risk is limited to deploying the wrong Tax module artifact if the new package is incompatible or unavailable.
Overview
Updates
backend/packages.jsonto sourceVirtoCommerce.Taxfrom theAzureBlobprerelease feed (VirtoCommerce.Tax_3.1000.0.zip) instead ofGithubReleases(previously3.807.0).Also includes minor JSON formatting/whitespace cleanup and leaves the file without a trailing newline.
Written by Cursor Bugbot for commit 23d3051. This will update automatically on new commits. Configure here.