Skip to content

Commit

Permalink
Update test/remote/gateways/remote_cyber_source_rest_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: David Perry <dperry@spreedly.com>
  • Loading branch information
sinourain and curiousepic authored Feb 28, 2023
1 parent a6fb015 commit 57af602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remote/gateways/remote_cyber_source_rest_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_successful_more_than_the_payment_amount_refund
assert response.params['_links']['void'].present?
end

def test_successful_double_refund_transactions
def test_successful_repeat_refund_transaction
purchase = @gateway.purchase(@amount, @visa_card, @options)
response1 = @gateway.refund(@amount, purchase.authorization, @options)

Expand Down

0 comments on commit 57af602

Please sign in to comment.