Method: Pay::PaddleClassic::Subscription#change_quantity

Defined in:
app/models/pay/paddle_classic/subscription.rb

#change_quantity(quantity, **options) ⇒ Object

Raises:

  • (NotImplementedError)


95
96
97
# File 'app/models/pay/paddle_classic/subscription.rb', line 95

def change_quantity(quantity, **options)
  raise NotImplementedError, "Paddle does not support setting quantity on subscriptions"
end