Merge branch 'master' of https://github.com/yamanq/chromebook-checkout-meteor
This commit is contained in:
commit
fb9d041e0f
@ -45,6 +45,7 @@ Template.chromebook.events({
|
|||||||
Chromebooks.update(this._id, {$set: {status: 0}});
|
Chromebooks.update(this._id, {$set: {status: 0}});
|
||||||
Chromebooks.update(this._id, {$set: {last_checkout: null}});
|
Chromebooks.update(this._id, {$set: {last_checkout: null}});
|
||||||
Chromebooks.update(this._id, {$set: {userid: null}});
|
Chromebooks.update(this._id, {$set: {userid: null}});
|
||||||
|
Chromebooks.update(this._id, {$set: {user: null}});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
1
chromebook-checkout-meteor/collections/carts.js
Normal file
1
chromebook-checkout-meteor/collections/carts.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
carts = new Mongo.Collection("carts");
|
||||||
Loading…
x
Reference in New Issue
Block a user