Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public Customer getCustomer(@PathVariable("customerId") Long customerId) {
Account account = new Account(4242l,1234, "savings", 1, 0);
//FOR DEBUGGING ONLY
//log.info("Account Data is {}", account);
//log.info("Customer Data is {}", customer);
log.info("Customer Data is {}", customer);

try {
dispatchEventToSalesForce(String.format(" Customer %s Logged into SalesForce", customer));
Expand Down