braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
547 stars 224 forks source link

Undefined property on Braintree\CreditCard: billingAgreementId #307

Closed ItsReddi closed 2 years ago

ItsReddi commented 2 years ago

General information

Issue description

$subscription = $this->_gateway->subscription()->find($subscriptionId);
$this->_gateway->paymentMethod()->find($subscription->paymentMethodToken);

Produces:

yii\base\ErrorException: Undefined property on Braintree\CreditCard: billingAgreementId
#18 /vendor/braintree/braintree_php/lib/Braintree/Base.php(51): yii\base\ErrorHandler::handleError
#17 [internal](0): trigger_error
#16 /vendor/braintree/braintree_php/lib/Braintree/Base.php(51): Braintree\Base::__get