Commit Graph

537 Commits

Author SHA1 Message Date
brluk and dkatz
df79671499 Preparing for release 1.11.0 2016-12-14 21:44:04 +00:00
Bryant Luk
4b3d606985 Merge pull request #747 from paypal/paypal-request-id-changes
PayPal Request ID changes
2016-12-14 13:21:45 -08:00
brluk and dkatz
77c7589753 Only add the PayPal-Request-Id header if the value is set 2016-12-14 21:10:32 +00:00
brluk and dkatz
97684cd6a4 Deprecate resetRequestId and generateRequestId 2016-12-14 19:46:04 +00:00
brluk and dkatz
6a8e97db09 Remove automatic retries 2016-12-13 20:56:30 +00:00
brluk and dkatz
a2c75921cb Stop auto-generating PayPal-Request-Id
- Allow manual setting of PayPal-Request-Id
2016-12-13 20:47:37 +00:00
Jay
37569ce82c Merge pull request #714 from paypal/remove-tls12-check
Remove the TLS 1.2 sample
2016-11-22 13:47:52 -06:00
Bryant Luk
331ed21fb2 Remove the TLS 1.2 sample
- All PayPal sandbox connections require TLS 1.2 so if there is a problem
  connecting to sandbox, you will encounter it across the board.
2016-11-10 12:40:00 -06:00
Jay
09b7d4526c Merge pull request #706 from digitalhuman/patch-1
Update PayPalHttpConfig.php
2016-11-05 12:22:03 -05:00
Victor Angelier CCX
b51c07d6db Update PayPalHttpConfig.php
To prefent : 
            ErrorException in PayPalHttpConfig.php line 67: substr_compare(): 
            The start position cannot exceed initial string length
Add the extra check on line 67 to check if SSLversion is something. Since Google App Engine does not support CURL this check prevents the application of crashing
2016-11-05 14:56:57 +01:00
jaypatel512 and sdcoffey
b67913d0e5 Update third party sample 2016-10-31 16:14:06 -05:00
jaypatel512 and sdcoffey
f87c4306cc Preparing for release 1.10.0 2016-10-27 16:14:38 -05:00
Steve Coffey
d6a65381fe Merge pull request #700 from paypal/payments-v1.9
Update payments API to v1.9
2016-10-27 14:06:48 -07:00
jaypatel512 and sdcoffey
cbff55238d Update samples for 3rd Party Payments 2016-10-27 14:06:31 -07:00
mrak and sdcoffey
c2947ff409 Update payments API to v1.9 2016-10-27 14:05:56 -07:00
mrak and sdcoffey
7c5ea8b997 Proper changes to samples for Credit Card 2016-10-25 17:40:37 -05:00
sdcoffey
7b380a1447 Deprecate unused PayoutSenderBatchHeader#batch_status 2016-10-21 13:21:51 -07:00
Jay Patel
e80631dd48 Updates to releasinator
- sleep longer while waiting for composer to catch up on the latest
  version.
2016-10-21 13:11:02 -05:00
Jay Patel
97e5102dc8 Add new line at EOF 2016-10-21 13:07:19 -05:00
Jay Patel
5c6bf5ff6f Preparing for release 1.9.0 2016-10-21 13:04:09 -05:00
Steve Coffey
aca727eee6 Merge pull request #692 from paypal/payouts-v1.2
Update Payouts API to v1.2
2016-10-19 14:38:18 -07:00
Steve Coffey
e33a5594c2 Merge pull request #682 from paypal/payments-experience-v1.3
Payments experience v1.3
2016-10-18 13:49:17 -07:00
Jay
6c5aa0df9a Merge pull request #696 from paypal/payment-card
Use PaymentCard instead of CreditCard
2016-10-17 17:21:28 -05:00
Jay Patel
ae31151ba3 Use PaymentCard instead of CreditCard
- Fixed deprecation messages.
- Fixes #639.
- Fixes #648.
- Updated Samples.
2016-10-17 17:15:04 -05:00
sdcoffey
0f3a5e6548 Update Payouts to v1.2 2016-10-13 14:20:27 -07:00
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
mrak and stevecoffey
a7e934e33a Update Payment Experience samples 2016-10-10 11:24:09 -07:00
mrak and stevecoffey
3f909f7f5e Update Payment Experience API to v1.3 2016-10-10 10:45:55 -07: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