Skip to content

Commit 3ae7e5b

Browse files
LPD-47427 Wordsmith
1 parent f07299c commit 3ae7e5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workspaces/liferay-sample-workspace/client-extensions/liferay-sample-commerce-shipping-engine/src/main/java/com/liferay/sample/DescriptionRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ResponseEntity<String> post(
3737
return new ResponseEntity<>(
3838
new JSONObject(
3939
).put(
40-
"description", "Ship via Sample Shipping Engine."
40+
"description", "Ship using the sample shipping engine."
4141
).toString(),
4242
HttpStatus.OK);
4343
}

workspaces/liferay-sample-workspace/client-extensions/liferay-sample-commerce-tax-engine/src/main/java/com/liferay/sample/DescriptionRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ResponseEntity<String> post(
3737
return new ResponseEntity<>(
3838
new JSONObject(
3939
).put(
40-
"description", "Calculate tax via Sample Tax Engine."
40+
"description", "Calculate tax using the sample tax engine."
4141
).toString(),
4242
HttpStatus.OK);
4343
}

workspaces/liferay-ups-workspace/client-extensions/liferay-ups-commerce-shipping-engine/src/main/java/com/liferay/ups/DescriptionRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ResponseEntity<String> post(
3737
return new ResponseEntity<>(
3838
new JSONObject(
3939
).put(
40-
"description", "Ship via UPS."
40+
"description", "Ship using UPS."
4141
).toString(),
4242
HttpStatus.OK);
4343
}

0 commit comments

Comments
 (0)