From 08b1ee30de2b4a6dd9adbf099d2a4779e32e07be Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Fri, 26 Mar 2021 00:08:02 +0530 Subject: [PATCH] Updated data --- TransactionReporting/get-customer-profile-transaction-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TransactionReporting/get-customer-profile-transaction-list.js b/TransactionReporting/get-customer-profile-transaction-list.js index 948984c..b5c39fa 100644 --- a/TransactionReporting/get-customer-profile-transaction-list.js +++ b/TransactionReporting/get-customer-profile-transaction-list.js @@ -66,7 +66,7 @@ function getTransactionListForCustomer(customerProfileId, callback) { } if (require.main === module) { - getTransactionListForCustomer('1811474252', function(){ + getTransactionListForCustomer('1930354059', function(){ console.log('getTransactionListForCustomer call complete.'); }); }