Skip to content

Commit

Permalink
Add priceIncrement to InitializeForAuction job
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrard committed Mar 31, 2015
1 parent 899ae67 commit 3a0ea96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/main.js
Expand Up @@ -270,6 +270,7 @@ Parse.Cloud.job("InitializeForAuction", function(request, status) {
item.set("description", "This is a test object, and you (probably) won't be asked to donate your bid on this item to charity. Who knows, though.");
item.set("donorname", "Generous Donor");
item.set("price", 50);
item.set("priceIncrement", 1);
item.set("imageurl", "http://i.imgur.com/kCtWFwr.png");
item.set("qty", "3");
item.set("currentPrice", []);
Expand Down

0 comments on commit 3a0ea96

Please sign in to comment.