diff --git a/README.md b/README.md index 0cb9261..eb34870 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ $confirmedApplication = $acrosureClient->getApplicationManager()->confirm( List your applications (with or without query). ```php -$applications = $acrosureClient->getApplicationManager()->getList(query); +$applications = $acrosureClient->getApplicationManager()->getList(searchParams); ``` ### Product @@ -153,7 +153,7 @@ $product = $acrosureClient->getProductManager()->get(""); List your products (with or without query). ```php -$products = $acrosureClient->getProductManager()->getList(query); +$products = $acrosureClient->getProductManager()->getList(searchParams); ``` ### Policy @@ -171,7 +171,7 @@ $policy = $acrosureClient->getPolicyManager()->get(""); List your policies (with or without query). ```php -$policies = $acrosureClient->getPolicyManager()->getList(query); +$policies = $acrosureClient->getPolicyManager()->getList(searchParams); ``` ### Data diff --git a/examples/composer.json b/examples/composer.json index 7f5092f..8044c93 100644 --- a/examples/composer.json +++ b/examples/composer.json @@ -3,7 +3,7 @@ "description": "A PHP example for Acrosure PHP SDK.", "type": "project", "require": { - "acrosure/acrosure-php-sdk": "^1.0.9" + "acrosure/acrosure-php-sdk": "^1.0.11" }, "license": "MIT", "authors": [ diff --git a/examples/composer.lock b/examples/composer.lock index b595930..d1591e4 100644 --- a/examples/composer.lock +++ b/examples/composer.lock @@ -4,24 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4d202caa7a7b843673ba375c617d1213", + "content-hash": "a63cccf65cfc90288f1320d90302caf4", "packages": [ { "name": "acrosure/acrosure-php-sdk", - "version": "v1.0.8", + "version": "v1.0.10", "source": { "type": "git", "url": "https://github.com/Acrosure/acrosure-php-sdk.git", - "reference": "344e3124a8c3ff4f7d612e3455beb9b05a958915" + "reference": "d1365424da5bf2960339ad0d8dc23729696d586c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Acrosure/acrosure-php-sdk/zipball/344e3124a8c3ff4f7d612e3455beb9b05a958915", - "reference": "344e3124a8c3ff4f7d612e3455beb9b05a958915", + "url": "https://api.github.com/repos/Acrosure/acrosure-php-sdk/zipball/d1365424da5bf2960339ad0d8dc23729696d586c", + "reference": "d1365424da5bf2960339ad0d8dc23729696d586c", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "4.4.*" @@ -48,7 +48,7 @@ "acrosure", "sdk" ], - "time": "2018-10-14T06:11:28+00:00" + "time": "2018-10-29T13:21:45+00:00" } ], "packages-dev": [],