diff --git a/docs/AsyncOrderCreateAPI.md b/docs/AsyncOrderCreateAPI.md index 0c9be1b..94c20d9 100644 --- a/docs/AsyncOrderCreateAPI.md +++ b/docs/AsyncOrderCreateAPI.md @@ -36,8 +36,8 @@ func main() { iMSenderID := "MyCompany" // string | Unique value used to identify the sender of the transaction. (optional) <<<<<<< HEAD:docs/AsyncOrderCreateAPI.md - configuration := openapiclient.NewConfiguration() - apiClient := openapiclient.NewAPIClient(configuration) + configuration := xi_sdk_resellers.NewConfiguration() + apiClient := xi_sdk_resellers.NewAPIClient(configuration) resp, r, err := apiClient.AsyncOrderCreateAPI.PostAsyncOrderCreateV7(context.Background()).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).AsyncOrderCreateDTO(asyncOrderCreateDTO).IMSenderID(iMSenderID).Execute() ======= configuration := xi_sdk_resellers.NewConfiguration() diff --git a/docs/DealsAPI.md b/docs/DealsAPI.md index 9225677..c62e665 100644 --- a/docs/DealsAPI.md +++ b/docs/DealsAPI.md @@ -120,8 +120,8 @@ func main() { size := int32(56) // int32 | The number of records required in the call - max records 100 per page. (optional) page := int32(56) // int32 | The page number reference. (optional) - configuration := openapiclient.NewConfiguration() - apiClient := openapiclient.NewAPIClient(configuration) + configuration := xi_sdk_resellers.NewConfiguration() + apiClient := xi_sdk_resellers.NewAPIClient(configuration) resp, r, err := apiClient.DealsAPI.GetResellersV6Dealssearch(context.Background()).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).IMSenderID(iMSenderID).EndUser(endUser).Vendor(vendor).DealId(dealId).Size(size).Page(page).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `DealsAPI.GetResellersV6Dealssearch``: %v\n", err)