Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
{
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.835.0-pr-94-6d94.zip"
},
Expand All @@ -38,32 +38,31 @@
{
"Id": "VirtoCommerce.XCatalog",
"BlobName": "VirtoCommerce.XCatalog_3.946.0-pr-86-0806.zip"
},
{
"Id": "VirtoCommerce.MarketingExperienceApi",
"BlobName": "VirtoCommerce.MarketingExperienceApi_3.902.0.zip"
Copy link

Choose a reason for hiding this comment

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

BlobName missing PR suffix due to automation failure

High Severity

The BlobName for VirtoCommerce.MarketingExperienceApi is VirtoCommerce.MarketingExperienceApi_3.902.0.zip, which lacks the -pr-{number}-{hash} suffix that every other AzureBlob entry uses. The PR description itself shows "from PR undefined undefined," indicating the automation script failed to resolve the source PR number and hash. This likely means the referenced blob artifact doesn't exist in the Azure storage container, which would cause a module installation failure at deployment time.

Fix in Cursor Fix in Web

}

]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
{
"Id": "VirtoCommerce.NativePaymentMethods",
"Version": "3.802.0"
},
{
"Id": "VirtoCommerce.MarketingExperienceApi",
"Version": "3.901.0"
},
{
"Id": "VirtoCommerce.Skyflow",
"Version": "3.901.0"
Expand Down Expand Up @@ -351,5 +350,4 @@
]
}
]
}

}