Jay Patel
6742bac8a4
Updated Samples Documentation
2015-10-07 15:22:39 -05:00
Jay Patel
97493db230
Using Setter Methods instead of Magic if possible.
2015-10-06 19:08:30 -05:00
Jay Patel
c10526e34b
Removed Deprecation on CreditCard
2015-10-06 19:00:01 -05:00
Jay Patel
e1e70c0ebd
Removed ModelAccessValidator in favor of Forward Compatilibity Issues
...
- Model Access Validator causes unnecessary issues in existing integrations.
- Causes merchant to break integration if configured incorrectly.
2015-10-06 18:54:40 -05:00
Jay Patel
a37b880e96
Payments API Updates
2015-10-02 14:25:46 -05:00
Jay Patel
02fca1bda4
Making Functional Test Validation Strict
2015-09-28 16:40:34 -05:00
Jay
879de440d1
Removing the default timezone setting
...
- It causes the process timezone to change for entire application
- Timezone should be set by the application using the SDK.
2015-09-22 14:55:06 -05:00
Jay Patel
fd6801cda1
Preparing for 1.5.1 release
2015-08-17 14:32:36 -05:00
Jay Patel
9b4923da2d
Fixed Failing Unit Tests
2015-08-17 14:29:29 -05:00
Jay Patel
88f04274eb
Enabled Skipped Test
2015-08-17 14:22:32 -05:00
Jay Patel
32db0af731
Updates to Samples
...
- Added Sample to update payment amount just before execute
- Minor Docs Updates
2015-08-12 16:38:44 -05:00
Jay
63fbe50138
Merge pull request #359 from paypal/FuturePayment
...
Future payment
2015-07-21 12:06:46 -05:00
Jay Patel
36f0dd7de9
Fixing Future Payment Sample
2015-07-21 11:23:41 -05:00
Jay
d92af83cae
Migrating Travis CI build to latest version
2015-07-20 12:02:09 -05:00
Jay Patel
2929f63859
Adding Execute Step to Authorize Payment Sample
...
- Additional Formatting Updates
2015-07-20 11:33:47 -05:00
Jay Patel
9caf75ee82
Fixes #343 : Future Payment Caching Issue
2015-07-20 11:28:17 -05:00
Jay
0e62ec416f
Updating internal tracking email address
2015-07-06 11:08:30 -05:00
Jay
e93d596c78
Merge pull request #347 from irfanevrens/master
...
Formatting Changes Only
2015-07-02 14:14:01 -05:00
İrfan Evrens
d35e5523a2
tiny changes
2015-06-30 22:36:23 +03:00
Jay Patel
5aa215c235
Merge branch 'irfanevrens-master'
2015-06-30 12:09:20 -05:00
Jay Patel
aabcf9c2aa
Formatting Fixes
...
- Fixed Imports
- Fixed Formatting
- Added Missing Documentation
2015-06-30 12:08:56 -05:00
Jay Patel
23b2afc7f1
Merge branch 'master' of https://github.com/irfanevrens/PayPal-PHP-SDK into irfanevrens-master
2015-06-30 11:57:56 -05:00
Jay Patel
ccb4585a42
Fixing Sample Page Links in Vaults
...
- Fixes #341
2015-06-28 22:58:41 -05:00
Jay Patel
ccf9008dfa
Adding Discount to Invoice Samples
2015-06-26 11:57:22 -05:00
İrfan Evrens
70fe1941ad
Fixed switch case logical problem.
2015-06-26 09:47:54 +03:00
İrfan Evrens
def426fd23
Fixed some lines.
2015-06-26 00:02:26 +03:00
İrfan Evrens
cefecede81
Tiny improvements.
2015-06-25 23:08:11 +03:00
Jay Patel
18e4eaaf31
Preparing for 1.5.0 release
2015-06-25 12:12:03 -05:00
Jay Patel
1c8e9b81b1
Minor Fixes
...
- Removed Invalid Imports
2015-06-25 12:05:38 -05:00
Jay Patel
46d77f15a6
Enabled Vault Credit Card List API
...
- Added Credit Card List API Operation
- Updated Credit Card to include new properties
- Updated Tests
- Updated Samples
- Fixed Billing Agreement Sample (Expired Set Date).
2015-06-25 12:03:18 -05:00
Jay
17b5148be8
Updating composer.json to reflect proper home page
2015-06-18 18:42:30 -05:00
Jay Patel
47fdacd929
Preparing for 1.4.0 release
2015-06-08 13:35:46 -05:00
Jay Patel
6c1629d356
Updated Sample Documentation
2015-06-08 13:19:23 -05:00
Jay Patel
c6f8971c7e
Webhook Validate Event Support
...
- Added validateWebhookEvent method
- Updated Tests
- Updated Samples
2015-06-08 13:18:13 -05:00
Jay Patel
ddefd1d633
Fixing Logging Manager to skip if mode not set
2015-06-01 13:44:24 -05:00
Jay Patel
226922bca3
Enabled DELETE to have data
...
- Fixes #311
2015-05-20 12:56:11 -05:00
Jay Patel
9e3ee52f50
GetList refactored for all use cases
...
- Fixes #290
2015-05-03 22:54:00 -05:00
Jay Patel
28e5f242c8
Updates to Payment API Samples
...
- Added Item Number in Items
- Resolves #299
2015-05-03 21:01:40 -05:00
Jay Patel
dce42916f4
Copy/Paste error in message
...
- Fixes #297
2015-04-29 15:41:10 -05:00
Jay Patel
ab334918b0
Sample ResultPrinter Not to be Used
...
- Comment everywhere the ResultPrinter is used to not use outside sample
2015-04-23 23:34:24 -05:00
Jay
c1dbda1242
Updated Sample README with Gif
2015-04-23 22:54:56 -05:00
Jay
681c422657
Update README.md
2015-04-21 16:26:36 -05:00
Jay
2e0006b8c1
Updated Coveralls Badge
2015-04-15 12:02:50 -05:00
Jay Patel
ec58775bca
PayPalModel Set Conditions updated
...
- passing null to setter would unset the value
- passing empty string would set the value as empty string
- passing 0 would set the value as 0
- Fixes #285
2015-04-15 12:00:15 -05:00
Jay Patel
553589e511
Renamed getRequestId method in ApiContext
...
- Fixes #287
2015-04-15 11:27:52 -05:00
Jay Patel
c181af361d
Unit Tests
...
- Added More Unit Tests
2015-04-02 08:49:37 -05:00
Jay Patel
2c90b77c5a
Fixes to Model Object Property Type
2015-03-19 14:13:52 -05:00
Jay Patel
0a32a6323c
Preparing for 1.3.2 release
2015-03-18 15:40:42 -05:00
Jay Patel
dc4f777922
Renaming Agreement GetAgreementDetails
...
- Renamed from `agreement-details` to `agreement_details`
- Fixes #271
2015-03-18 15:33:26 -05:00
Jay Patel
104fad61bb
Minor Fixes to Sample
2015-03-16 12:31:51 -05:00