Method: Pay::PaddleClassic::Customer#subscribe
- Defined in:
- app/models/pay/paddle_classic/customer.rb
#subscribe(name: Pay.default_product_name, plan: Pay.default_plan_name, **options) ⇒ Object
37 38 39 |
# File 'app/models/pay/paddle_classic/customer.rb', line 37 def subscribe(name: Pay.default_product_name, plan: Pay.default_plan_name, **) # pass end |