Commit Graph

534 Commits

Author SHA1 Message Date
Bryant Luk
ddc8b6d482 Update full namespace for PayPalHttpConfig 2017-10-05 13:36:51 -05:00
Bryant Luk
c39916a763 Merge pull request #945 from 2tvenom/patch-1
Fix warning
2017-10-03 12:45:46 -05:00
Pavel Ven Gulbin
1df6286dc9 Fix warning
Warning: sizeof(): Parameter must be an array or an object that implements Countable in lib/PayPal/Common/PayPalModel.php on line 178
2017-10-03 19:10:23 +03:00
Jay
2afc181f50 Add purchase_order in CartBase (#939) 2017-09-25 16:11:54 -05:00
Jay
ae94f5bc03 Use updated dist for travis 2017-09-22 13:53:46 -05:00
Jay
9fa8f8f5cd Minor fix to releasinator script 2017-09-13 13:51:33 -05:00
Jeff Brateman
10753da6ab Remove obsolete sample app link 2017-09-02 14:06:11 -05:00
Jáchym Toušek
ae38166b53 Fix annotation (#872) 2017-08-09 12:03:57 -05:00
Randy
14e814d74b Remove credit card samples (#896)
* removed credit card payment samples
* update docs to reflect sample changes
* update readme to recommend braintree for direct card payments
2017-08-03 10:32:26 -05:00
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