Skip to content

Commit

Permalink
fixed wrong references
Browse files Browse the repository at this point in the history
  • Loading branch information
Grand-Thibault authored Feb 27, 2025
1 parent 09461dd commit 8d2d003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-kits/kits/customs-kit/adoption-view-customs.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Every company divides the trade agreements into different and individual zones.
6. A contract negotiation takes place between the sender (supplier) and the receiver (customer) by using their Eclipse Data Connectors (EDC).
7. After a successful contract negotiation, the sender (supplier) sends the customs notification via a HTTP POST request to the receiver (customer) via the dataplane endpoint from the contract agreement.

![PushCustoms](../assets/pushCustoms.svg)
![PushCustoms](./assets/pushCustoms.svg)

### Pull of customs information

Expand All @@ -64,7 +64,7 @@ Every company divides the trade agreements into different and individual zones.
7. The Data Consumer (customer) initiates a contract negotiation to get a contract agreement. A contract negotiation takes place between the Data Provider (supplier) and the Data Consumer (customer) by using their Eclipse Data Connectors (EDC).
8. After a successful contract negotiation, the Data Consumer (customer) pulls the aspect model “customsInformation” (json) from the Submodel Server of the Data Provider (supplier).

![PullCustoms](../assets/pullCustoms.svg)
![PullCustoms](./assets/pullCustoms.svg)

## Signature

Expand Down

0 comments on commit 8d2d003

Please sign in to comment.