jmgibson1976
e3aadb48c2
Make Proxy Configuration Work ( #902 )
...
Proxy setting were not being respected, so once is
returned, setHttpProxy() is called to add the proxy option if
need prior to getting and OAuth token or executing a call to
PayPal
2017-08-03 10:29:39 -05:00
Rémy
2e18c2b577
Remove unused Validation\ModelAccessorValidator
2017-08-03 10:25:19 -05:00
Jay Patel
0925b11ee2
Add new lines in samples
2017-07-11 14:16:53 -05:00
Jay Patel
3ae0f4f166
Updated Releasinator
2017-07-11 14:03:38 -05:00
Jay Patel
27f1d75163
Preparing for v1.12.0
2017-07-11 13:58:13 -05:00
Bryant Luk
bc139915df
Avoids calculating header size in curl responses ( #677 )
...
- Removes complex conditions around parsing response headers
2017-05-11 12:53:32 -05:00
Anton Rusakov
8d157c3233
Use restCall object for functions that makes requests ( #841 )
...
* Use restCall object for functions that makes requests
2017-05-11 11:46:16 -05:00
Massimiliano Torromeo
d56305fe63
Add TLSv1.2 to cipher list ( #844 )
...
With openssl 1.1 using only `TLSv1` in the cipher list causes the following exception which is fixed by adding TLSv1.2
Exception PayPal\Exception\PayPalConnectionException: "PayPal\Exception\PayPalConnectionException: error:141640B5:SSL routines:tls_construct_client_hello:no ciphers available"
2017-05-11 11:45:54 -05:00
Xiaolei Wheelock
4b23764120
Delete bank info vault samples, update index.php according and note the deprecated status of BankAccount Status ( #849 )
...
* Delete bank info vault samples, update index.php according and note the deprecated status of BankAccount Status
* Change comments in bankAccount.php file
* Change the comment of bankAccount file
2017-05-11 11:43:42 -05:00
Jay
4485817c0d
Merge pull request #845 from Tomcraft1980/master
...
Update PayPalLogger.php
2017-05-09 15:51:55 -05:00
Tomcraft1980
f7bd2c90fe
Update PayPalLogger.php
...
Fix time format
2017-05-05 16:12:01 +02:00
Xiaolei Wheelock
d375c6d4c6
Merge pull request #836 from xiaoleih41/master
...
Add getToken() to Payment class to get the EC token from the Approval URL
2017-05-04 11:46:09 -05:00
Xiaolei Wheelock
f488f86995
Add test for Payment.getToken()
2017-05-04 11:32:30 -05:00
Xiaolei Wheelock
fa2d202970
Remove unnecessary check
2017-05-04 11:03:33 -05:00
WDD-Marv
657fe27e9d
negating E_WARNING for strstr(): Empty needle in PayPalConfigManager.php
...
E_WARNING strstr(): Empty needle (#831 )
* negating E_WARNING for "strstr(): Empty needle"
2017-05-04 10:36:53 -05:00
Xiaolei Wheelock
1d1f1d46ad
Add getToken() function to Payment class by getting the EC token from the Approval URL
2017-05-02 15:19:41 -05:00
Xiaolei Wheelock
ea0897544c
Add getToken() to Payment class to get the EC token from the Approval URL
2017-05-02 14:50:20 -05:00
Jay
4760138204
Delete .coveralls.yml
2017-04-20 15:22:46 -05:00
Jay
be9a91229c
Delete generate-api.sh
2017-04-20 15:15:50 -05:00
Jay
e847ec9341
Removing coveralls from PHP SDK
2017-04-20 15:15:16 -05:00
Jay
740ebb0c9d
Merge pull request #811 from MightySCollins/master
...
Fixed markdown links and made them HTTPS
2017-03-30 14:21:30 -05:00
Jay
65fc6ce511
Remove invalid import
...
- Fixes #814 .
2017-03-30 14:19:14 -05:00
Jay
978220be57
Merge pull request #817 from paypal/gitattributes
...
Add gitattributes to remove unnecessary files from archive
2017-03-29 11:20:40 -05:00
brluk and japatel
e1537f6632
Add gitattributes to remove unnecessary files from archive
2017-03-29 11:05:24 -05:00
Sam Collins
69496423bb
Fixed markdown links and made them HTTPS
...
I have fixed a few extra spaces in the README.md causing GitHub to not
render the links. I also switched the HTTP urls to use HTTPS where
possible.
2017-03-27 10:14:20 +01:00
brluk and japatel
914a3dcd4e
Fixed PHPUnit test in travis ci
2017-03-23 15:34:47 -05:00
Jay
47f7150bd1
Merge pull request #807 from paypal/allow-request-body-on-validate-webhook-event
...
Add request body for VerifyWebhookSignature
2017-03-23 15:16:15 -05:00
Jay Patel
fb92d8d666
Add test for verifyWebhookSignature
2017-03-23 15:09:55 -05:00
brluk and japatel
bf3f436523
Add request body for VerifyWebhookSignature
...
- Fixes #798
2017-03-22 17:16:35 -05:00
Jeff Brateman
1c6734257f
Standardize ISSUE_TEMPLATE.md ( #788 )
2017-02-27 17:14:40 -06:00
Jay
c340969d62
Merge pull request #767 from paypal/getlinks
...
Don't iterate if object is null
2017-01-18 13:30:04 -06:00
jaypatel512 and sdcoffey
fbb764f57c
Check if links is an array
2017-01-18 13:17:08 -06:00
Jay
1f87129870
Don't iterate if object is null
...
- Fixes #766 .
2017-01-16 16:41:54 -06:00
Jay
8359fa849c
Merge pull request #760 from paypal/third-party
...
New sample demonstrating GetThirdPartyInvoice
2017-01-11 12:13:25 -06:00
jaypatel512 and sdcoffey
bbd016beb1
New samples demonstrating GetThirdPartyInvoice
...
- Fixes #757 .
2017-01-09 11:32:03 -06:00
Jay
7e96a3c8e8
Merge pull request #758 from paypal/third-party-invoice-docs
...
Fixes sample documentation
2017-01-09 10:24:21 -06:00
Jay
7f4f809985
Fixes sample documentation
...
- Arranges the steps properly.
2017-01-05 16:17:38 -06:00
brluk and dkatz
7e664f12be
Fix newline in CreateThirdPartyPayment
2016-12-14 15:59:21 -06:00
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