forked from LiveCarta/PayPal-PHP-SDK
Getting it ready for release
- Updated User Agent Version - Updated Release Notes
This commit is contained in:
@@ -12,7 +12,7 @@ class PPConstants
|
|||||||
{
|
{
|
||||||
|
|
||||||
const SDK_NAME = 'PayPal-PHP-SDK';
|
const SDK_NAME = 'PayPal-PHP-SDK';
|
||||||
const SDK_VERSION = '0.14.2';
|
const SDK_VERSION = '0.15.0';
|
||||||
|
|
||||||
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
|
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
|
||||||
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";
|
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
PayPal PHP SDK release notes
|
PayPal PHP SDK release notes
|
||||||
============================
|
============================
|
||||||
|
v0.15.0
|
||||||
|
----
|
||||||
|
* Extended Invoicing Capabilities
|
||||||
|
* Allows QR Code Generation for Invoices
|
||||||
|
* Updated Formatter to work with multiple locales
|
||||||
|
* Removed Future Payments mandate on Correlation Id
|
||||||
|
|
||||||
v0.14.2
|
v0.14.2
|
||||||
----
|
----
|
||||||
* Quick Patch to Unset Cipher List for NSS
|
* Quick Patch to Unset Cipher List for NSS
|
||||||
|
|||||||
@@ -29,6 +29,10 @@
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-div a {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -40,6 +44,11 @@
|
|||||||
color: #EEE;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-div a {
|
||||||
|
color: #EEE;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
@@ -64,16 +73,13 @@
|
|||||||
background: -webkit-linear-gradient(-9deg, #428bca 70%, white 25%);
|
background: -webkit-linear-gradient(-9deg, #428bca 70%, white 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .footer-links, .footer .footer-links li {
|
.footer-links, .footer-links li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a {
|
|
||||||
color: #EEE;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -99,6 +105,22 @@
|
|||||||
designed to demonstrate the default use-cases in each segment.
|
designed to demonstrate the default use-cases in each segment.
|
||||||
Many examples should be executable, and should allow you to experience the default behavior of our
|
Many examples should be executable, and should allow you to experience the default behavior of our
|
||||||
sdk, to expedite your integration experience.</p>
|
sdk, to expedite your integration experience.</p>
|
||||||
|
<div class="footer-div">
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/paypal/PayPal-PHP-SDK" target="_blank"><i class="fa fa-github"></i>
|
||||||
|
Github</a></li>
|
||||||
|
<li>
|
||||||
|
<a href="https://developer.paypal.com/webapps/developer/docs/api/" target="_blank"><i
|
||||||
|
class="fa fa-book"></i> REST API Reference</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/paypal/PayPal-PHP-SDK/issues" target="_blank"><i
|
||||||
|
class="fa fa-exclamation-triangle"></i> Report Issues </a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user