Fix: Corriger le type PDO dans StripeService et retirer getConnection()
This commit is contained in:
13
api/vendor/stripe/stripe-php/lib/Reason.php
vendored
Normal file
13
api/vendor/stripe/stripe-php/lib/Reason.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* @property string $id Unique identifier for the event.
|
||||
* @property string $idempotency_key
|
||||
*/
|
||||
class Reason
|
||||
{
|
||||
public $id;
|
||||
public $idempotency_key;
|
||||
}
|
||||
Reference in New Issue
Block a user