Skip to content

Commit f5b3984

Browse files
authored
Merge pull request #24007 from BastLena/master
fixed corrupted code sample
2 parents 73eca24 + 0c5ca8b commit f5b3984

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

tutorials/opps-basic-scenario/opps-basic-scenario.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ Let's check if this is the case. Navigate to the [Calculation service on the SAP
309309
>If you need a more detailed description, go to step 4 in the tutorial [Set Up SAP Omnichannel Promotion Pricing](opps-manual-setup).
310310
5. For the **Content Type**, choose `XML`.
311311
6. Copy the following raw data and paste it into the **Body** section:
312+
312313
```XML
313314
<PriceCalculate xmlns="http://www.sap.com/IXRetail/namespace/" InternalMajorVersion="2" InternalMinorVersion="1">
314315
<ARTSHeader ActionCode="Calculate" MessageType="Request">
@@ -337,10 +338,11 @@ Let's check if this is the case. Navigate to the [Calculation service on the SAP
337338
</PriceCalculateBody>
338339
</PriceCalculate>
339340
```
340-
7. Choose **Run**.
341-
8. Make sure you get the HTTP response **200**.
342341

343-
The response should look similar to this:
342+
1. Choose **Run**.
343+
2. Make sure you get the HTTP response **200**. The response should look similar to this:
344+
345+
344346
```JSON
345347
{
346348
"ARTSHeader": {
@@ -510,7 +512,7 @@ The response should look similar to this:
510512
}
511513
```
512514

513-
515+
514516

515517

516518
### What to do next

0 commit comments

Comments
 (0)