Skip to content

Commit

Permalink
-add: raise error if no stripe token was created
Browse files Browse the repository at this point in the history
  • Loading branch information
yas4891 committed Jun 5, 2016
2 parents 58fde58 + a69a42d commit 745f983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/concerns/koudoku/subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ def processing!
end
end
end



def describe_difference(plan_to_describe)
if plan.nil?
if persisted?
Expand Down
2 changes: 1 addition & 1 deletion lib/koudoku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Koudoku
VERSION = "1.2.4"
VERSION = "1.3.0"
end

0 comments on commit 745f983

Please sign in to comment.