Skip to content

Commit 08b1ee3

Browse files
committed
Updated data
1 parent efc2107 commit 08b1ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransactionReporting/get-customer-profile-transaction-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function getTransactionListForCustomer(customerProfileId, callback) {
6666
}
6767

6868
if (require.main === module) {
69-
getTransactionListForCustomer('1811474252', function(){
69+
getTransactionListForCustomer('1930354059', function(){
7070
console.log('getTransactionListForCustomer call complete.');
7171
});
7272
}

0 commit comments

Comments
 (0)