Gift interface added
This commit is contained in:
@@ -2694,14 +2694,11 @@ var addNItems = function(item, count) {
|
||||
var changeDeliveryDestinationProperty = function(property, value) {
|
||||
_deliveryDestination.set(property, value);
|
||||
|
||||
console.log(_deliveryDestination);
|
||||
|
||||
if (property === 'place') {
|
||||
fetchPlace();
|
||||
}
|
||||
validateDeliveryDestinationForm();
|
||||
|
||||
console.log(_deliveryDestination);
|
||||
validateDeliveryDestinationForm();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user