Skip to content

Commit

Permalink
fix: correction spelling in agreements (#229)
Browse files Browse the repository at this point in the history
Refs: CPLP-1177
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
qxz2mqe authored Aug 24, 2023
1 parent 95f4be1 commit 0e5ade6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"date_created": "2022-01-01 00:00:00.388000 +00:00",
"date_last_changed": "2022-01-01 00:00:00.388000 +00:00",
"agreement_type": null,
"name": "I confirm that my company has successfully received a Catena-X onboarding certificate issued by an official Conformity Assessment Body (CAB). I awknowledge to upload the certificate. For more information visit the association homepage (Link)",
"name": "I confirm that my company has successfully received a Catena-X onboarding certificate issued by an official Conformity Assessment Body (CAB). I acknowledge to upload the certificate. For more information visit the association homepage (Link)",
"issuer_company_id": "2dc4249f-b5ca-4d42-bef1-7a7a950a4f87",
"use_case_id": "1aacde78-35ec-4df3-ba1e-f988cddcbbd9",
"document_id": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"company_role_id": 3,
"language_short_name": "en",
"description": "The Service Provider is able to offer 3rd party services, such as dataspace service offerings to CX Members. CX members can subscribe for those services."
"description": "The Service Provider is able to offer 3rd party services, such as dataspace service offerings to Catena-X Members. Catena-X members can subscribe for those services."
},
{
"company_role_id": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public async Task GetCompanyRoleAndConsentAgreementDetailsAsync_ReturnsExpected(
var (sut, context) = await CreateSut().ConfigureAwait(false);
var companyId = new Guid("3390c2d7-75c1-4169-aa27-6ce00e1f3cdd");
var activeDescription = "The participant role is covering the data provider, data consumer or app user scenario. As participant you are an active member of the network with enabled services to particiapte as contributer and user.";
var serviceDscription = "The Service Provider is able to offer 3rd party services, such as dataspace service offerings to CX Members. CX members can subscribe for those services.";
var serviceDscription = "The Service Provider is able to offer 3rd party services, such as dataspace service offerings to Catena-X Members. Catena-X members can subscribe for those services.";
var appDescription = "The App Provider is a company which is providing application software via the CX marketplace. As app provider you can participate and use the developer hub, release and offer applications to the network and manage your applications.";

var result = await sut.GetCompanyRoleAndConsentAgreementDataAsync(companyId, Constants.DefaultLanguage).ToListAsync().ConfigureAwait(false);
Expand Down

0 comments on commit 0e5ade6

Please sign in to comment.