You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
You give wrong requirements.
Your script doesn't work in PHP 5.3 due to low version of OpenSSL in curl library in PHP 5.3, it doesn't work in PHP 5.4.10 too (the same reason).
More over. You have a mistake in:
PayPal-PHP-SDK/sample/billing/GetBillingAgreement.php
There is the following instruction:
$createdAgreement = "your billing agreement id";
But further you use a method of class:
$createdAgreement->getId();
The text was updated successfully, but these errors were encountered:
General information
PayPal-Debug-ID
values:Issue description
You give wrong requirements.
Your script doesn't work in PHP 5.3 due to low version of OpenSSL in curl library in PHP 5.3, it doesn't work in PHP 5.4.10 too (the same reason).
More over. You have a mistake in:
PayPal-PHP-SDK/sample/billing/GetBillingAgreement.php
There is the following instruction:
$createdAgreement = "your billing agreement id";
But further you use a method of class:
$createdAgreement->getId();
The text was updated successfully, but these errors were encountered: