mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
Removing some dud debugging stuff, fiddling with the checkout spec
This commit is contained in:
@@ -4,7 +4,6 @@ angular.module("Checkout").controller "CheckoutCtrl", ($scope, $rootScope) ->
|
||||
$scope.payment_method = -1
|
||||
|
||||
$scope.shippingMethodChanged = ->
|
||||
console.log $("#order_shipping_method_id_" + $scope.shipping_method).attr("data-require-ship-address")
|
||||
$scope.require_ship_address = $("#order_shipping_method_id_" + $scope.shipping_method).attr("data-require-ship-address")
|
||||
|
||||
$scope.purchase = (event)->
|
||||
|
||||
Reference in New Issue
Block a user