Skip to content

Commit

Permalink
[PPN-68263] Add credit refund method to orbital
Browse files Browse the repository at this point in the history
  • Loading branch information
priceline-scottini committed Jan 17, 2024
1 parent cd750a4 commit 5662492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_merchant/billing/gateways/orbital.rb
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ def void(authorization, options = {}, deprecated = {})
commit(order, :void, options[:retry_logic], options[:trace_number])
end

def credit_refund(money, authorization, options={})
nil
end

# ==== Customer Profiles
# :customer_ref_num should be set unless you're happy with Orbital providing one
#
Expand Down

0 comments on commit 5662492

Please sign in to comment.