mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -16,7 +16,7 @@ class AuthorizationService extends \Stripe\Service\AbstractService
|
||||
*
|
||||
* @throws \Stripe\Exception\ApiErrorException if the request fails
|
||||
*
|
||||
* @return \Stripe\Collection
|
||||
* @return \Stripe\Collection<\Stripe\Issuing\Authorization>
|
||||
*/
|
||||
public function all($params = null, $opts = null)
|
||||
{
|
||||
@@ -27,7 +27,9 @@ class AuthorizationService extends \Stripe\Service\AbstractService
|
||||
* Approves a pending Issuing <code>Authorization</code> object. This request
|
||||
* should be made within the timeout window of the <a
|
||||
* href="/docs/issuing/controls/real-time-authorizations">real-time
|
||||
* authorization</a> flow.
|
||||
* authorization</a> flow. You can also respond directly to the webhook request to
|
||||
* approve an authorization (preferred). More details can be found <a
|
||||
* href="https://site-admin.stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling">here</a>.
|
||||
*
|
||||
* @param string $id
|
||||
* @param null|array $params
|
||||
@@ -46,7 +48,9 @@ class AuthorizationService extends \Stripe\Service\AbstractService
|
||||
* Declines a pending Issuing <code>Authorization</code> object. This request
|
||||
* should be made within the timeout window of the <a
|
||||
* href="/docs/issuing/controls/real-time-authorizations">real time
|
||||
* authorization</a> flow.
|
||||
* authorization</a> flow. You can also respond directly to the webhook request to
|
||||
* decline an authorization (preferred). More details can be found <a
|
||||
* href="https://site-admin.stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling">here</a>.
|
||||
*
|
||||
* @param string $id
|
||||
* @param null|array $params
|
||||
|
||||
Reference in New Issue
Block a user