Method: EffectiveOrders::AppCheckoutService.call

Defined in:
lib/effective_orders/app_checkout_service.rb

.call(order:) ⇒ Object



3
4
5
# File 'lib/effective_orders/app_checkout_service.rb', line 3

def self.call(order:)
  new(order).tap(&:call)
end