We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121019 commit 660e6c1Copy full SHA for 660e6c1
1 file changed
docs/Api/PricingApi.md
@@ -117,7 +117,7 @@ $apiInstance = new Messente\Api\Api\PricingApi(
117
);
118
$username = 'username_example'; // string | The API username
119
$password = 'password_example'; // string | The API password
120
-$country = 'country_example'; // string | The country code, for which to get the prices
+$country = EE; // string | The country code, for which to get the prices
121
$format = 'format_example'; // string | The format of the response. Can be either 'json' or 'xml'. If not specified, defaults to 'json'.
122
123
$hostIndex = 0;
0 commit comments