Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Requirements and GetBillingAgreement.php #1326

Open
KingaTheWitch opened this issue Dec 13, 2019 · 0 comments
Open

Requirements and GetBillingAgreement.php #1326

KingaTheWitch opened this issue Dec 13, 2019 · 0 comments

Comments

@KingaTheWitch
Copy link

General information

  • SDK/Library version: 1.14.0
  • Environment:
  • PayPal-Debug-ID values:
  • Language, language version, and OS:

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();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants