japatel
61a52e4623
Enabled EC Parameters support
...
- Updated Api to enabled EC Parameters
- Updated Tests
- Updated Logging Manager
- Added a feature to do validation on accessors.
2014-10-10 10:50:49 -05:00
japatel
459293838e
Fixed Unit Tests
...
- Skipping tests till run in separate process if fixed
- Making array objects to be compatible with older versions of php
2014-10-06 13:14:04 -05:00
japatel
cea8981143
Enabling Future Payments
...
- Added feature to create future payments
- Updated Authentication model to retrieve long lived refresh token
- Updated Documentation
- Updated Sample
2014-10-06 11:17:39 -05:00
japatel
49b80f76af
Removing Dependency from SDK Core Project
...
- Copied files required for Rest API SDK
- Removed PPApiContext and directly connected APIContext with PPConfigManager
- Removed duplicate data storage of configuration and credentials.
- Code Style Fixes
- Remove build.xml file as it is not required anymore
- Updated the samples
- Updated the documentations
2014-10-06 11:16:47 -05:00
Jay Patel
df01d3e05c
Fixed Item.php
2014-09-23 12:06:45 -05:00
Joseph Ting
db4bdc635a
Change indentation from tabs to spaces
2014-09-17 21:58:49 +08:00
Joseph Ting
2b96773e6b
Resolves #113
2014-09-14 16:25:11 +08:00
LastDragon
25484e642a
Added @property
2014-09-06 21:05:04 +04:00
LastDragon
6f4ed162a9
Added invoiceNumber, custom and softDescriptor to Transaction.
2014-09-04 13:57:49 +04:00
OJ Tibi
c1241998b8
Fixed classname resolution of Links property in Order class for PPReflectionUtil
2014-08-26 16:23:53 +08:00
OJ Tibi
72d2380df6
Added Order property to RelatedResources
2014-08-26 16:01:07 +08:00
OJ Tibi
0da7a1b64a
Added Order class for proper parsing within PPModel::fromArray()
2014-08-26 13:49:41 +08:00
Avi Das
5cf5de65c8
patch to retrieve paid invoices
2014-08-05 11:20:26 -05:00
Mike Tramontano
9a46b27e44
Correct shipping address set/get docs
...
The document comments actually power what classes are instantiated when parsing the API responses
2014-07-09 14:18:32 -04:00
Avi Das
86a6082b7f
Remove @array annotations, closes #43
2014-05-12 14:11:48 -05:00
Brendan Abbott
5a76b1cb0f
Add validation of Return/Cancel URL's (with test cases)
2014-05-04 17:01:49 +10:00
Avi Das
4a9ebab374
Merge in ryansundberg and diemuzi pulls
2014-05-01 13:03:30 -05:00
Avi Das
d46548255e
Cleaned up Code Comments and added Type-Hinting to all Class/Functions closes #42
2014-05-01 12:34:33 -05:00
Avi (Ananya) Das
8347e9ab35
Merge pull request #41 from ryansundberg/master
...
Added add/remove/isEmpty methods to ItemList
2014-05-01 10:17:22 -05:00
Avi Das
20ed9972e0
Merge branch 'support-invoice-apis'
...
Merge in invoicing support and samples demonstrating use
2014-04-29 10:51:28 -05:00
siddick
bca7fe7268
Added phone attribute
2014-04-23 17:34:59 +05:30
Avi (Ananya) Das
ae52f47f15
Merge pull request #9 from r2pq/master
...
Add Type Hitting to Payment and ItemList
2014-04-09 10:14:18 -05:00
siddick
699d6b86f1
Return true for null response
2014-03-28 22:41:23 +05:30
siddick
a3aba308f4
Support Invoice APIs
2014-03-28 20:34:07 +05:30
Sammie S. Taunton
e63d28723e
Cleaned up Code Comments and added Type-Hinting to all Class/Functions
2013-12-03 14:29:00 -06:00
Ryan Sundberg
27ca7a6f0f
Added add/remove methods to ItemList
2013-11-13 11:27:27 -08:00
lathavairamani
f1038717a7
updated CreditCardHistory.php, added sample and testcase for Reauthorization
2013-07-31 17:40:36 +05:30
Richard Pérez
ac4c72976e
Add Type Hiting 'array' to method setTransactions to avoid receive a non array parameter which cause a validation errors when Payment 'created' function is executed.
2013-06-11 21:19:26 -04:30
Richard Pérez
2b4a380761
Add Type Hiting 'array' to method setItems to avoid receive a non array parameter which cause a validation errors when Payment 'created' function is executed.
2013-06-11 21:17:51 -04:30
Ganesh Hegde
37c9617285
replacing '-' with '_'
2013-05-30 15:40:41 +05:30
Ganesh Hegde
d8a1e896bd
changing the HTTP method
2013-05-30 15:39:21 +05:30
Ganesh Hegde
50d2c56f8b
Updated stubs to support namespace
2013-05-29 14:37:22 +05:30
vichandrasekaran
fd997f6b8b
Update lib/PayPal/Rest/RestHandler.php
...
Updating namespace of PPConfiguration exception thrown by the handler
2013-05-28 11:24:07 +05:30
Ganesh Hegde
86643ec2df
updating stubs to have fluent setters and retaining deprecated methods
2013-05-28 10:15:29 +05:30
Ganesh Hegde
11f91adee4
updated stubs
2013-05-27 11:53:45 +05:30
Moritz Spindelhirn
71bd99c0e6
fixed namespace of PPConfigurationException
...
the PPConfigurationException class is not in the used \PayPal\Auth namespace
2013-04-29 19:05:14 +03:00
aydiv
a265ee16ff
Deprecting setCredential method
2013-04-26 12:08:38 +05:30
aydiv
b3423b6c11
Updating stubs and samples to use apiContext
2013-04-26 12:00:20 +05:30
aydiv
c624834f15
Added missing apiContext arg
2013-04-25 20:39:13 +05:30
aydiv
cbc9055e4d
Adding apiContext arg for static methods
2013-04-25 18:04:49 +05:30
aydiv
0699f628bd
Updating version nos for V0.6.0 release
2013-04-25 17:17:36 +05:30
aydiv
e8e7ad807e
Updating model classes to use dynamic config - Moving common classes to sdk-core-php
2013-04-24 17:13:47 +05:30
aydiv
3e56fe5143
Fixing useragent string to use lowercase keys
2013-03-13 14:31:12 +05:30
aydiv
69cb3c4dcb
Initial commit
2013-03-06 18:42:06 +05:30