diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
index 1a28124..f27399a 100644
--- a/vendor/composer/LICENSE
+++ b/vendor/composer/LICENSE
@@ -1,5 +1,5 @@
-Copyright (c) 2016 Nils Adermann, Jordi Boggiano
+Copyright (c) Nils Adermann, Jordi Boggiano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/vendor/quickbooks/v3-php-sdk/.gitignore b/vendor/quickbooks/v3-php-sdk/.gitignore
index 2f377df..dc3f5e8 100644
--- a/vendor/quickbooks/v3-php-sdk/.gitignore
+++ b/vendor/quickbooks/v3-php-sdk/.gitignore
@@ -1,2 +1,6 @@
/vendor/
composer.phar
+/nbproject
+.DS_Store
+.idea
+
diff --git a/vendor/quickbooks/v3-php-sdk/.travis.yml b/vendor/quickbooks/v3-php-sdk/.travis.yml
index f4a59d1..5ef8291 100644
--- a/vendor/quickbooks/v3-php-sdk/.travis.yml
+++ b/vendor/quickbooks/v3-php-sdk/.travis.yml
@@ -8,4 +8,4 @@ before_install:
before_script:
- composer install
script:
-- phpunit --configuration phpunit.xml
+- vendor/bin/phpunit --configuration phpunit.xml
\ No newline at end of file
diff --git a/vendor/quickbooks/v3-php-sdk/README.md b/vendor/quickbooks/v3-php-sdk/README.md
index b8aacfa..a822245 100755
--- a/vendor/quickbooks/v3-php-sdk/README.md
+++ b/vendor/quickbooks/v3-php-sdk/README.md
@@ -1,3 +1,7 @@
+# Payments SDK is now available at: https://github.com/intuit/PHP-Payments-SDK #
+
+[][ss1][][ss2][][ss3]
+
# QuickBooks API PHP SDK
PHP client for connecting to the QuickBooks Online V3 REST API.
@@ -8,9 +12,14 @@ https://intuit.github.io/QuickBooks-V3-PHP-SDK/
For current known issues and progress for PHP SDK, please refer to the wiki page:
https://github.com/intuit/QuickBooks-V3-PHP-SDK/wiki
+Create, Update, Read, and Delete Examples: https://github.com/IntuitDeveloper/SampleApp-CRUD-PHP/tree/master/CRUD_Examples
+
**Help:** [Support](https://developer.intuit.com/help)
**Documentation:** [Documentation](https://intuit.github.io/QuickBooks-V3-PHP-SDK/)
-**Continuous Integration:**
-[](https://packagist.org/packages/quickbooks/v3-php-sdk)
+**Continuous Integration:** 
+**Latest Stable Version:** [](https://packagist.org/packages/quickbooks/v3-php-sdk)
**License:** [](https://packagist.org/packages/quickbooks/v3-php-sdk)
+[ss1]: #
+[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=PhpSDK&pageUrl=github
+[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=PhpSDK&pageUrl=github
diff --git a/vendor/quickbooks/v3-php-sdk/bootstrape.php b/vendor/quickbooks/v3-php-sdk/bootstrape.php
deleted file mode 100644
index c762b66..0000000
--- a/vendor/quickbooks/v3-php-sdk/bootstrape.php
+++ /dev/null
@@ -1,83 +0,0 @@
-