forked from LiveCarta/PayPal-PHP-SDK
Preparing for 1.5.0 release
This commit is contained in:
@@ -22,8 +22,7 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam
|
|||||||
|
|
||||||
## Latest Updates
|
## Latest Updates
|
||||||
|
|
||||||
> **Seeing this error: `'Method PayPal\Api\Sale::getTransactionFee() does not exist' in paypal/vendor/paypal/rest-api-sdk-php/lib/PayPal/Common/PPReflectionUtil.php:73`, Please upgrade the SDK to latest version [v1.3.0](https://github.com/paypal/PayPal-PHP-SDK/releases/tag/v1.3.0).**
|
- Vault APIs now have List Credit Card with Filters, new Fields to help you find the object easily. Checkout the latest release.
|
||||||
|
|
||||||
- Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions.
|
- Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions.
|
||||||
- Now we have a [Github Page](http://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK.
|
- Now we have a [Github Page](http://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK.
|
||||||
- Introduced `DEBUG` level to logging. Deprecated `FINE`. Ability to restrict `DEBUG` level on `live` mode. [Read More](https://github.com/paypal/PayPal-PHP-SDK/wiki/Logging).
|
- Introduced `DEBUG` level to logging. Deprecated `FINE`. Ability to restrict `DEBUG` level on `live` mode. [Read More](https://github.com/paypal/PayPal-PHP-SDK/wiki/Logging).
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class PayPalConstants
|
|||||||
{
|
{
|
||||||
|
|
||||||
const SDK_NAME = 'PayPal-PHP-SDK';
|
const SDK_NAME = 'PayPal-PHP-SDK';
|
||||||
const SDK_VERSION = '1.4.0';
|
const SDK_VERSION = '1.5.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Approval URL for Payment
|
* Approval URL for Payment
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
PayPal PHP SDK release notes
|
PayPal PHP SDK release notes
|
||||||
============================
|
============================
|
||||||
|
v1.5.0
|
||||||
|
----
|
||||||
|
* Enabled Vault List API
|
||||||
|
* Added More Fields to Vault Credit Card Object
|
||||||
|
* Minor Fixes
|
||||||
|
|
||||||
v1.4.0
|
v1.4.0
|
||||||
----
|
----
|
||||||
* Ability to validate Webhook
|
* Ability to validate Webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user