/home/techb158/immovalet.ca/Client/stripe-php/lib/Error
NameSizeModeActions
OAuth/-0777rm
Api.php660666editdlrm
ApiConnection.php760666editdlrm
Authentication.php770666editdlrm
Base.php16370666editdlrm
Card.php12030666editdlrm
Idempotency.php740666editdlrm
InvalidRequest.php5040666editdlrm
Permission.php730666editdlrm
RateLimit.php820666editdlrm
SignatureVerification.php3950666editdlrm
Edit: /home/techb158/immovalet.ca/Client/stripe-php/lib/Error/Card.php (1203B)
stripeParam = $stripeParam; // TODO: once Error\Base accepts the error code as an argument, pass it // in the call to parent::__construct() and stop setting it here. $this->stripeCode = $stripeCode; // This one is not like the others because it was added later and we're // trying to do our best not to change the public interface of this class' // constructor. // TODO: make this a proper constructor argument in the next major // release. $this->declineCode = isset($jsonBody["error"]["decline_code"]) ? $jsonBody["error"]["decline_code"] : null; } public function getDeclineCode() { return $this->declineCode; } public function getStripeParam() { return $this->stripeParam; } }