forked from googleapis/google-api-php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Google_Model toSimpleObject didn't convert Arrays
Array and Map types weren't be recursively converted, so we would be returning the raw object. This could lead to nulls or other unexpected data being sent. Should resolve the underlying issue for googleapis#52
- Loading branch information
Ian Barber
committed
Jan 29, 2014
1 parent
c5ee901
commit 8698757
Showing
3 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters