class JeraPayment::Services::Iugu::Plans::Destroy
Public Instance Methods
call()
click to toggle source
# File lib/jera_payment/services/iugu/plans/destroy.rb, line 6 def call iugu_plan = JeraPayment::Api::Iugu::Plan.destroy(@resource.api_id, @resource&.sub_account&.api_token) add_error(iugu_plan[:errors]) if iugu_plan[:errors].present? @resource.errors.blank? end