Commit Graph

35 Commits

Author SHA1 Message Date
Xiaolei Wheelock
fa2d202970 Remove unnecessary check 2017-05-04 11:03:33 -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
mrak and sdcoffey
c2947ff409 Update payments API to v1.9 2016-10-27 14:05:56 -07:00
Jay Patel
a37b880e96 Payments API Updates 2015-10-02 14:25:46 -05:00
İrfan Evrens
cefecede81 Tiny improvements. 2015-06-25 23:08:11 +03:00
Jay Patel
3e43f93f9b Updated Payment APIs
- Updated SDK Models to latest Payment APIs
- Updated Unit Tests
2015-02-26 15:03:59 -06:00
japatel
b011d17cde Removed Deprecated Getter and Setters
- Removed Deprecated Getter Setters from all Model Classes
- All Camelcase getters and setters are removed. Please use first letter uppercase syntax
- E.g. instead of using get_notify_url(), use getNotifyUrl() instead
2015-01-08 22:23:58 -06:00
japatel
2d5c6d3266 Moved APPROVAL_URL Constant to PayPalConstant class
- Improvement to #195
2014-12-18 15:44:47 -06:00
japatel
f090642fae Helper Function to Retrieve Specific Link from Model Object
- Helper Methods in Payment and Agreement to get ApprovalLink
- Fixes #195
2014-12-18 15:41:11 -06:00
japatel
9c0827643b Renaming Namespaces and Organizing Classes
- Updated OpenId classes to be in API namespace
- Updated PP Naming Convention to PayPal Naming Convention
- FormatConverter Class got its own namespace
- Handlers are grouped in Handler namespace
- Samples and Tests Updated Accordingly
2014-12-18 14:16:41 -06:00
japatel
515b747223 Added Update Method in Payment
- Payment allows update calls with patch requests
- Samples to demonstrate its abilities
2014-12-17 12:47:22 -06:00
Jay
bb11ace7ad Made the docblock Transactions to use Transaction[]
- Fixes #183
2014-12-09 20:33:08 -06:00
japatel
3c02790138 Updates to Sample Code
- Updated UI Presentation on samples
- Fixed Bugs
2014-11-02 18:22:35 -06:00
japatel
4d481ad104 Enabled Billing Plans and Agreements APIs
- Added API Classes, Samples, and Tests
- Updated Functional Tests
- Updated Documentation with new SDK Name
- Updated Few Samples to use newer nicer result page
2014-10-31 13:53:42 -05:00
japatel
0cb302326a Enabled Payment Experience
- Updated Api to enabled Payment Experience
- Updated Tests and Samples
- Added Json Validator
- Ability for PPModel to return array of self objects
2014-10-13 12:00:31 -05:00
japatel
b0a6c5c3f7 Merge branch 'Payment-experience' of git://github.com/ultimatedion/rest-api-sdk-php into ultimatedion-Payment-experience
Conflicts:
	lib/PayPal/Api/Payment.php
2014-10-11 11:15:47 -05:00
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
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
Eric Dion
318504e1dc Payment Experience(Web profiles) handling 2014-10-05 21:25:34 -04:00
ultimatedion
d42e6ee541 Update Payment.php
Added property experience_profile_id to Payment.php
2014-10-03 12:25:20 -04: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 Das
20ed9972e0 Merge branch 'support-invoice-apis'
Merge in invoicing support and samples demonstrating use
2014-04-29 10:51:28 -05:00
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
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
Ganesh Hegde
50d2c56f8b Updated stubs to support namespace 2013-05-29 14:37:22 +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
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
e8e7ad807e Updating model classes to use dynamic config - Moving common classes to sdk-core-php 2013-04-24 17:13:47 +05:30
aydiv
69cb3c4dcb Initial commit 2013-03-06 18:42:06 +05:30