lib/koudoku/subscription.rb in koudoku-0.0.2 vs lib/koudoku/subscription.rb in koudoku-0.0.3

- old
+ new

@@ -180,9 +180,19 @@ def finalize_cancelation! end def card_was_declined end + + # stripe web-hook callbacks. + def payment_succeeded(amount) + end + + def charge_failed + end + + def charge_disputed + end end end