Class: StripeModelCallbacks::Invoice::UpdatedService
- Inherits:
-
BaseEventService
- Object
- BaseEventService
- StripeModelCallbacks::Invoice::UpdatedService
- Defined in:
- app/services/stripe_model_callbacks/invoice/updated_service.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 |
# File 'app/services/stripe_model_callbacks/invoice/updated_service.rb', line 2 def perform invoice.assign_from_stripe(object) if invoice.save create_activity succeed! else fail! invoice.errors. end end |