Skip to content

Commit f55566f

Browse files
authored
Update README.md
1 parent ffcc06e commit f55566f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PHP Version](https://img.shields.io/packagist/php-v/apsconnect/connect-sdk.svg?style=flat&branch=master)](https://packagist.org/packages/apsconnect/connect-sdk) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=connectphpsdk&metric=alert_status)](https://sonarcloud.io/dashboard?id=connectphpsdk)
55

66
## Getting Started
7-
Connect PHP SDK allows an easy and fast integration with [Connect](http://connect.cloud.im/) Fulfillment and Usage APIs with PHP-based integrations. This SDK enables you to automate fulfillment of orders for your products and report usage data for them.
7+
Connect PHP SDK allows an easy and fast integration with [CloudBlue Connect](https://www.cloudblue.com/connect/) Fulfillment and Usage APIs with PHP-based integrations. This SDK enables you to automate fulfillment of orders for your products and report usage data for them.
88

99
Before using the library, please first to go through the documentation in the Connect knowledge base, which could be used as a source of information on the rest APIs used by this SDK.
1010

@@ -134,7 +134,7 @@ try {
134134
//In case Config is not passed into constructor, configuration from config.json is used
135135
$requests = new ProductRequests(new \Connect\Config([
136136
'apiKey' => 'Key_Available_in_ui',
137-
'apiEndpoint' => 'https://api.connect.cloud.im/public/v1',
137+
'apiEndpoint' => 'https://api.connect.cloudblue.com/public/v1',
138138
'products' => 'CN-631-322-641' #Optional value
139139
]));
140140

0 commit comments

Comments
 (0)