Commit Graph

204 Commits

Author SHA1 Message Date
Jay Patel
e4768e4a03 Preparing for release 1.8.0 2016-09-29 11:35:26 -05:00
Jay
8757cdbc36 Merge pull request #655 from bhoehl/master
bugfix: UTF8 encoding in result response from sandbox, corrupts json response
2016-09-26 11:27:43 -05:00
Bernd Höhl
667d574ec0 removing newline 2016-09-23 20:13:21 +02:00
Jay
470736897a Merge pull request #653 from paypal/webhooks-update
Update webhooks to API version 1.7
2016-09-22 13:42:31 -05:00
Bernd Hoehl
d168a029f9 checking if mb_strlen exists 2016-09-22 14:50:35 +02:00
Bernd Hoehl
fb1be9ca23 turning tabs into spaces 2016-09-22 13:19:49 +02:00
Bernd Hoehl
651835bbf9 using mb_ functions with 8bit encoding 2016-09-22 13:18:18 +02:00
jaypatel512 and sdcoffey
af4648bdfd Update Webhooks API 2016-09-20 14:01:47 -07:00
Jay Patel
f0feddc8f2 Add samples for Invoice Template API 2016-09-19 16:22:06 -05:00
Jay Patel
4f20bc4b97 Updated Invoice API 2016-09-19 14:32:33 -05:00
Phelipe Alves de Souza
fcaebe7c1f update documentation of type of variable 2016-09-16 18:06:01 -03:00
Bryant Luk
e4aad7c1ea Revert OpenID Connect endsession change 2016-08-18 14:10:28 -05:00
Jay
b5c4c6937b Merge pull request #627 from paypal/openidconnect-url-change
Update OpenID Connect URLs to match docs
2016-08-15 11:16:45 -05:00
Jay Patel
dcec4f8c8e Removed v1 from openIdConnect url 2016-08-15 11:10:06 -05:00
Bryant Luk
c093d678f8 Update OpenID Connect URLs to match docs
- URLs were updated. See
  https://developer.paypal.com/docs/api/auth-headers/#obtain-users-consent
2016-08-15 11:00:57 -05:00
modGTB
1ed0d8cb99 set expiryBufferTime
possibility to set expiryBufferTime for OAuthTokenCredential
2016-08-04 20:50:07 +02:00
Bhavani Bheemanadham
d62e8db407 Preparing for 1.7.4
- Updated Changelog
- Updated PayPalConstants.php with latest version
- Added new line at the end of file
2016-07-15 15:42:18 -05:00
Jay Patel
1401d5563d [PSR] Fixed library source
- Using `php-cs-fixer` tool.
2016-07-14 13:10:21 -05:00
Jay Patel
c714f77980 Updated Invoicing APIs
- Updated Model objects.
- Updated Samples.
- Updated Tests.
2016-07-13 15:57:58 -05:00
Jay Patel
50e41e8068 Added missing reference field to Invoice 2016-07-11 11:36:43 -05:00
kilida
7131cd9f3c Duplicate conditional expression in PayPalCredentialManager.php
Looks like this should be `ClientSecret`?
2016-06-21 17:52:09 -04:00
Bhavani Bheemanadham
2d0aca8405 Preparing for 1.7.3
- Updated change log
	- Update version number in PayPalConstants.php
	- Update releasinator gem version
	- Fixed releasinator search regex
2016-06-21 14:48:47 -05:00
Jay Patel
56f1be3c73 Enabled Third Party Invoicing 2016-05-31 12:45:52 -05:00
Jay Patel
80dc4e4f95 Added Releasinator. Preparing for 1.7.2 2016-05-12 16:00:38 -05:00
Jay Patel
18e1c58d93 Updated Vault API 2016-05-11 16:41:29 -05:00
Jay Patel
0753d2fba0 Minor Bug Fix
- Fixes #575
2016-05-10 15:07:10 -05:00
Jay Patel
d2fac37f2c Preparing for release 1.7.1 2016-04-21 22:29:29 -05:00
Jay Patel
0dbcc5d5ff Minor bug fix
- Fixes #559
2016-04-21 22:27:12 -05:00
Jay Patel
0ce097760b Preparing for release 1.7.0 2016-04-18 13:39:04 -05:00
Jay
ea45ad6ea1 Merge pull request #543 from paypal/logger-interface
First pass on implementing PSR logger interface
2016-04-14 15:53:49 -05:00
German Sibay
fb27a2dfa0 Fixed type hinting for relatedResrources. It's an array. 2016-04-13 14:31:16 +01:00
Jay Patel
c0c307f267 Enabled Factory to Inject Logger 2016-04-11 15:45:49 -05:00
Jay Patel
557fb3718f Updating setupLogger to use classname as string
- `:class` not allowed in PHP 5.3 and 5.4
2016-04-06 14:22:33 -05:00
Jay Patel
69886a0741 First pass on implementing PSR logger interface
- Created a separate PayPalLogger as default implementation.
- Enabled `log.Adapter` as a configuration to pass name of custom
  logger.
2016-04-06 14:10:54 -05:00
Jay Patel
d49cc8a88c Preparing for Release 1.6.4 2016-01-20 23:10:19 +05:30
tobeorla
3b7f36c379 SSL connect error
https://github.com/paypal/PayPal-PHP-SDK/issues/474
2016-01-20 17:10:46 +01:00
Bryant Luk
7f8ebae5e7 Ensure backwards compatible behavior with PHP5 2016-01-07 15:18:53 -06:00
Jay Patel
67e8d6d3a5 Preparing for Release 1.6.3 2015-12-07 15:30:35 -06:00
Jay Patel
d1fd60dac6 Overwrite Expect Header to resolve 100 Continue for large payload
- Fixes #452
2015-12-07 15:27:48 -06:00
Rick Guyer
9f94d9357e Remove duplicate docblock 2015-11-25 13:00:38 -06:00
Jay Patel
8149b098c4 Created TLS Check Sample
- Created Sample to test TLSv1.2 support
- Updated Documentation
- Updated README
2015-11-13 16:54:19 -06:00
Jay Patel
89bc07aa1e Preparing for Release 1.6.1
- Fixing Version Number
- Updating User Agent for Internal Purposes
2015-10-29 13:18:16 -05:00
Jay Patel
3bf4bbe8b6 Updating User Agent for Internal Purposes 2015-10-28 14:19:02 -05:00
Jay Patel
97493db230 Using Setter Methods instead of Magic if possible. 2015-10-06 19:08:30 -05:00
Jay Patel
c10526e34b Removed Deprecation on CreditCard 2015-10-06 19:00:01 -05:00
Jay Patel
e1e70c0ebd Removed ModelAccessValidator in favor of Forward Compatilibity Issues
- Model Access Validator causes unnecessary issues in existing integrations.
- Causes merchant to break integration if configured incorrectly.
2015-10-06 18:54:40 -05:00
Jay Patel
a37b880e96 Payments API Updates 2015-10-02 14:25:46 -05:00
Jay
879de440d1 Removing the default timezone setting
- It causes the process timezone to change for entire application
- Timezone should be set by the application using the SDK.
2015-09-22 14:55:06 -05:00
Jay Patel
fd6801cda1 Preparing for 1.5.1 release 2015-08-17 14:32:36 -05:00
Jay
63fbe50138 Merge pull request #359 from paypal/FuturePayment
Future payment
2015-07-21 12:06:46 -05:00