Skip to content

Commit 91e2a49

Browse files
committed
Sample Code Update for Transaction Reporting Apis
1 parent 4fa28ae commit 91e2a49

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

TransactionReporting/get-transaction-list-for-customer.js renamed to TransactionReporting/get-customer-profile-transaction-list.js

File renamed without changes.

TransactionReporting/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module.exports = {
55
getSettledBatchList: require('./get-settled-batch-list.js').getSettledBatchList,
66
getTransactionDetails: require('./get-transaction-details.js').getTransactionDetails,
77
getTransactionList: require('./get-transaction-list.js').getTransactionList,
8-
getTransactionListForCustomer: require('./get-transaction-list-for-customer.js').getTransactionListForCustomer,
8+
getTransactionListForCustomer: require('./get-customer-profile-transaction-list.js').getTransactionListForCustomer,
99
getUnsettledTransactionList: require('./get-unsettled-transaction-list.js').getUnsettledTransactionList
1010
};

0 commit comments

Comments
 (0)