Skip to content

Commit ebe4ccb

Browse files
authored
Update and rename get-held-transactions.rb to get-held-transaction-list.rb
1 parent e203990 commit ebe4ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FraudManagement/get-held-transactions.rb renamed to FraudManagement/get-held-transaction-list.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
include AuthorizeNet::API
88

9-
def get_unsettled_transaction_List()
9+
def get_held_transaction_List()
1010

1111
config = YAML.load_file(File.dirname(__FILE__) + "/../credentials.yml")
1212
#merchant information
@@ -45,4 +45,4 @@ def get_unsettled_transaction_List()
4545

4646
if __FILE__ == $0
4747
get_unsettled_transaction_List()
48-
end
48+
end

0 commit comments

Comments
 (0)