Commit Graph

460 Commits

Author SHA1 Message Date
Bryant Luk
3f98d9f182 Merge pull request #675 from ahmad-saad/patch-1
habdel receive the request headers and body
2016-10-12 11:38:14 -05:00
Ahmad Saad Aldeen
40e888f8c8 just add a new commit about WebhookId 2016-10-08 17:33:08 +02:00
Ahmad Saad Aldeen
9bb7c1bf29 habdel receive the request headers and body 2016-10-07 12:37:02 +02:00
Jay
d51a8d39ac Merge pull request #665 from ahmad-saad/master
Error: Could not generate new Access token. Invalid response from server
2016-10-03 11:39:45 -05:00
Jay Patel
b4371abcd8 Adds missing imports
- Fixes #667.
2016-10-03 11:36:32 -05:00
Jay Patel
e9bce187da Updated license identifier 2016-10-02 18:53:03 -05:00
Ahmad Saad Aldeen
5cec5d9c07 Could not generate new Access token. Invalid response from server
Passing null as length will not make mb_substr use it's default, instead it will interpret it as 0.
$result = mb_substr($result, $responseHeaderSize, null, '8bit');
Instead use:
$result = mb_substr($result, $responseHeaderSize, mb_strlen($result), '8bit');
2016-09-30 20:49:53 +02:00
Jay Patel
decc9e45c2 Add missing newline 2016-09-29 11:48:58 -05:00
Jay Patel
08e54a05d5 Removed integration from releasinator 2016-09-29 11:47:38 -05:00
Jay Patel
5d51f52223 Updated releasinator 2016-09-29 11:45:11 -05:00
Jay Patel
e4768e4a03 Preparing for release 1.8.0 2016-09-29 11:35:26 -05:00
Jeff Brateman
99e22fe0fc Fix broken link 2016-09-27 10:56:36 -05:00
Jeff Brateman
7d8dca9289 Fix broken link 2016-09-27 10:55:17 -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
Jay
c10221463d Merge pull request #657 from paypal/invoicing-update
Fixed Invoice Update sample
2016-09-22 13:40:23 -05:00
Jay Patel
baef23c345 Fixed Invoice Update sample 2016-09-22 13:16:36 -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
Jay
e6133d9f95 Merge pull request #654 from BenWise9000/patch-1
Allow updates of psr/log package <2.0.0
2016-09-22 01:30:20 -05:00
Ben Wise
e890e6b840 Allow updates of psr/log package <2.0.0
psr/log is now at 1.0.1 but held back to 1.0.0.

as per https://getcomposer.org/doc/articles/versions.md#caret

Many thanks.
2016-09-22 16:11:50 +10:00
jaypatel512 and sdcoffey
c164e008bd Update Sample for ValidateWebhookEvent 2016-09-21 15:12:27 -07:00
jaypatel512 and sdcoffey
f49d83a3ce Update webhook samples 2016-09-21 15:06:12 -07:00
Jay
875e7864c3 Merge pull request #649 from paypal/invoicing-update
Updated Invoice API
2016-09-21 14:55:12 -05:00
jaypatel512 and sdcoffey
af4648bdfd Update Webhooks API 2016-09-20 14:01:47 -07:00
Jay Patel
b72d09b1ed Added sample docs to Invoice Template API 2016-09-19 16:26:58 -05: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
Jay
a1039ae38a Merge pull request #646 from phelipealves/master
update documentation of type of variable
2016-09-16 16:50:50 -05:00
Phelipe Alves de Souza
fcaebe7c1f update documentation of type of variable 2016-09-16 18:06:01 -03:00
Jeff Brateman
b2c244199b Upgrade font-awesome to get new PP logo 2016-09-11 11:20:30 -05:00
Jeff Brateman
8b654d76da Remove deprecated sample app 2016-09-11 11:11:49 -05:00
Jay Patel
ac1231126e Fixed broken links at CreatePayment.php
- Fixes #634.
2016-09-08 12:53:13 -05:00
Bryant Luk
6a718c4ad5 Merge pull request #629 from paypal/revert-endsession-url
Revert OpenID Connect endsession change
2016-08-18 14:24:32 -05: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
Jay
28fd2176f7 Merge pull request #621 from modGTB/master
set expiryBufferTime
2016-08-06 13:44:07 -05:00
modGTB
1ed0d8cb99 set expiryBufferTime
possibility to set expiryBufferTime for OAuthTokenCredential
2016-08-04 20:50:07 +02:00
Bhavani Bheemanadham
d088726e32 Updated releasinator configuration.
- Removed duplicate declaration
2016-08-01 09:52:59 -05: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
13c348dd42 Merge pull request #608 from paypal/disabled-groc
Disabled auto-groc
2016-07-15 15:31:05 -05:00
Jay
fd08a9e361 Disabled auto-groc 2016-07-15 15:30:02 -05:00
Travis
a27d222885 Updates to Sample Docs 2016-07-15 20:00:15 +00:00
Bhavani Bheemanadham
63fa5b73a8 Releasinator changes
- Updated Releasinator version to 0.6
- Renamed Changelog.md file to CHANGELOG.md
- Added new line at the end of file
2016-07-15 14:52:00 -05:00
Travis
4182e335de Updates to Sample Docs 2016-07-14 19:10:54 +00:00
Jay
463e1b73ec Merge pull request #607 from paypal/psr
Fixed PSR code style errors
2016-07-14 13:54:37 -05:00