mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
NEW Update Stripe library to 6.34.3
This commit is contained in:
@@ -13,11 +13,11 @@ class OAuthBase extends \Stripe\Error\Base
|
||||
$httpHeaders = null
|
||||
) {
|
||||
parent::__construct($description, $httpStatus, $httpBody, $jsonBody, $httpHeaders);
|
||||
$this->code = $code;
|
||||
$this->errorCode = $code;
|
||||
}
|
||||
|
||||
public function getErrorCode()
|
||||
{
|
||||
return $this->code;
|
||||
return $this->errorCode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user