From 8facd2635337f46bec5f31dce1aaa604819d12b4 Mon Sep 17 00:00:00 2001 From: rcmasey <110193524+rcmasey@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:21:43 -0500 Subject: [PATCH 1/2] Update readme.md Change Landed cost api to Pickup api --- pickup/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pickup/readme.md b/pickup/readme.md index bef1922..c2edcb2 100644 --- a/pickup/readme.md +++ b/pickup/readme.md @@ -53,7 +53,7 @@ There are 2 notable class in this tutorial, namely com.ups.api.app.AppConfig and com.ups.api.app.PickupDemo. The AppConfig class is a configuration class leveraging Spring injection to incorporate the property value from src/main/resources/application.properties file. The TnTDemo is to illustrate how -to use the Landed cost api. +to use the Pickup cost api. ```java @@ -808,4 +808,4 @@ final String transId = UUID.randomUUID().toString().replace("-", ""); ] } } -``` \ No newline at end of file +``` From dc59d6e33aa55a1d9cb3b9e56783d6c0e24afb26 Mon Sep 17 00:00:00 2001 From: rcmasey <110193524+rcmasey@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:09:02 -0500 Subject: [PATCH 2/2] Update readme.md --- pickup/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pickup/readme.md b/pickup/readme.md index c2edcb2..3c75508 100644 --- a/pickup/readme.md +++ b/pickup/readme.md @@ -52,8 +52,8 @@ java -jar pickup-x.x.x.jar There are 2 notable class in this tutorial, namely com.ups.api.app.AppConfig and com.ups.api.app.PickupDemo. The AppConfig class is a configuration class leveraging Spring injection to incorporate the property value from -src/main/resources/application.properties file. The TnTDemo is to illustrate how -to use the Pickup cost api. +src/main/resources/application.properties file. The PickupDemo is to illustrate how +to use the Pickup api. ```java