/home/desid573/public_html/angel/stripe/lib/Error
NameSizeModeActions
OAuth/-0755rm
Api.php590644editdlrm
ApiConnection.php690644editdlrm
Authentication.php700644editdlrm
Base.php15680644editdlrm
Card.php11630644editdlrm
Idempotency.php670644editdlrm
InvalidRequest.php4810644editdlrm
Permission.php660644editdlrm
RateLimit.php750644editdlrm
SignatureVerification.php3750644editdlrm
Edit: /home/desid573/public_html/angel/stripe/lib/Error/Card.php (1163B)
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; } }