From 53e28ec225a00e90bf8ff726841e0c40cbfc2348 Mon Sep 17 00:00:00 2001 From: spencerhunter Date: Thu, 26 Apr 2018 16:53:22 -0500 Subject: [PATCH] 1.0.18 --- README.md | 5 ++++- lib/models/CreateCustomer.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4d7527..916a8b8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The new Dwolla API V2 SDK, as generated by [this fork of swagger-codegen](https: ## Version -1.0.17 +1.0.18 ## Installation @@ -151,6 +151,9 @@ Each model represents the different kinds of requests and responses that can be ## Changelog +1.0.18 +* Patch controller in CreateCustomer model. + 1.0.17 * API schema updated, `CustomersApi` updated to support beneficial owner related endpoints, as well as support added for status filter on Customer search. * New `BeneficialownersApi`. diff --git a/lib/models/CreateCustomer.php b/lib/models/CreateCustomer.php index 9129397..1f61e14 100644 --- a/lib/models/CreateCustomer.php +++ b/lib/models/CreateCustomer.php @@ -70,7 +70,7 @@ class CreateCustomer implements ArrayAccess { 'ein' => 'ein', 'doing_business_as' => 'doingBusinessAs', 'website' => 'website', - 'controller' => 'object' + 'controller' => 'controller' ); @@ -115,7 +115,7 @@ public function __construct(array $data = null) { $this->ein = $data["ein"]; $this->doing_business_as = $data["doing_business_as"]; $this->website = $data["website"]; - $this->controller = $data["controller"] + $this->controller = $data["controller"]; } public function offsetExists($offset) {