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