forked from LiveCarta/PayPal-PHP-SDK
Updated Release Notes and User Agent Version
This commit is contained in:
@@ -12,7 +12,7 @@ class PayPalConstants
|
|||||||
{
|
{
|
||||||
|
|
||||||
const SDK_NAME = 'PayPal-PHP-SDK';
|
const SDK_NAME = 'PayPal-PHP-SDK';
|
||||||
const SDK_VERSION = '0.16.1';
|
const SDK_VERSION = '1.0.0-beta';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Approval URL for Payment
|
* Approval URL for Payment
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
PayPal PHP SDK release notes
|
PayPal PHP SDK release notes
|
||||||
============================
|
============================
|
||||||
|
v1.0.0-beta
|
||||||
|
----
|
||||||
|
* Namespace Changes and Class Naming Convention
|
||||||
|
* Helper Functions to retrieve specific HATEOS Links
|
||||||
|
* Default Mode set to Sandbox
|
||||||
|
|
||||||
v0.16.1
|
v0.16.1
|
||||||
----
|
----
|
||||||
* Configurable Headers for all requests to PayPal
|
* Configurable Headers for all requests to PayPal
|
||||||
|
|||||||
Reference in New Issue
Block a user