Showing 265 of 271 total issues
Possibly zero references to public method \tuyakhov\braintree\Braintree::getClientToken()
Open
Open
public function getClientToken($params = []): string
- Exclude checks
Return type of getPlanById()
is undeclared type \Braintree\Plan
Open
Open
public function getPlanById(string $planId, bool $allowCaching = true): ?Plan
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\Braintree::findTransaction()
Open
Open
public function findTransaction(string $id): Transaction
- Exclude checks
Call to method find
from undeclared class \Braintree\Transaction
Open
Open
return Transaction::find($id);
- Exclude checks
Return type of findMerchant()
is undeclared type \Braintree\MerchantAccount
Open
Open
public function findMerchant(string $merchantId): MerchantAccount
- Exclude checks
Return type of createSubscription()
is undeclared type \Braintree\Result\Error
(Did you mean class \Error) Open
Open
public function createSubscription(array $params)
- Exclude checks
Return type of updateSubscription()
is undeclared type \Braintree\Result\Successful
Open
Open
public function updateSubscription(string $subscriptionId, array $params)
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeAsset->sourcePath
Open
Open
public $sourcePath = '@npm/braintree-web/dist';
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_locality
Open
Open
public $billing_locality;
- Exclude checks
Return type of findCustomer()
is undeclared type \Braintree\Customer
Open
Open
public function findCustomer(string $customerId): Customer
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::searchSubscription()
Open
Open
public function searchSubscription($params = []): ResourceCollection
- Exclude checks
Reference to instance property success
from undeclared class \Braintree\Result\Error
Open
Open
return ['status' => $result->success, 'result' => $result];
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::retryChargeSubscription()
Open
Open
public function retryChargeSubscription(string $subscriptionId, $amount)
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\UrlManager::viewPlans()
Open
Open
public function viewPlans(): string
- Exclude checks
Return type of parseWebhookNotification()
is undeclared type \Braintree\WebhookNotification
Open
Open
public function parseWebhookNotification(string $signature, $payload): WebhookNotification
- Exclude checks
Possibly zero write references to public property \tuyakhov\braintree\BraintreeForm->paymentMethodToken
Open
Open
public $paymentMethodToken;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->creditCard_expirationDate
Open
Open
public $creditCard_expirationDate;
- Exclude checks
Possibly zero write references to public property \tuyakhov\braintree\BraintreeForm->customer_lastName
Open
Open
public $customer_lastName;
- Exclude checks
Call to undeclared method \tuyakhov\braintree\BraintreeForm::addError
Open
Open
$this->addError('creditCard_number', $error->message);
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\UrlManager::viewPlan()
Open
Open
public function viewPlan(string $planId): string
- Exclude checks