mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Fix checkout total display
This commit is contained in:
@@ -4,5 +4,6 @@ Darkswarm.factory "ShippingMethods", (shippingMethods)->
|
||||
shipping_methods_by_id: {}
|
||||
constructor: ->
|
||||
for method in @shipping_methods
|
||||
method.price = parseFloat(method.price)
|
||||
@shipping_methods_by_id[method.id] = method
|
||||
|
||||
|
||||
Reference in New Issue
Block a user