Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created March 24, 2009 20:41
Show Gist options
  • Save peterberkenbosch/84360 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/84360 to your computer and use it in GitHub Desktop.
module Spree
module NorthernfliesCouponCalculator
class Calculator
def applyCoupon(order)
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment