diff --git a/lib/pay/fake_processor/subscription.rb b/lib/pay/fake_processor/subscription.rb index ac3fe0b0..62f12280 100644 --- a/lib/pay/fake_processor/subscription.rb +++ b/lib/pay/fake_processor/subscription.rb @@ -49,7 +49,7 @@ def change_quantity(quantity, **options) end def on_grace_period? - canceled? && Time.current < ends_at + ends_at? && ends_at > Time.current end def paused?