Skip to content

Commit

Permalink
@pcrespov review
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Dec 6, 2024
1 parent 5b1ea18 commit a08f4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ qx.Class.define("osparc.data.Resources", {
url: statics.API + "/catalog/licensed-items"
},
purchase: {
method: "GET",
method: "POST",
url: statics.API + "/catalog/licensed-items/{licensedItemId}:purchase"
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ qx.Class.define("osparc.vipMarket.AnatomicalModelDetails", {
},

__rentAnatomicalModel: function(anatomicalModelsData, pricingUnit) {
console.log(":puschase", anatomicalModelsData["licensedItemId"], pricingUnit["pricingUnitId"]);
console.log(":purchase", anatomicalModelsData["licensedItemId"], pricingUnit["pricingUnitId"]);
},
}
});

0 comments on commit a08f4e7

Please sign in to comment.