mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-31 06:04:54 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Stripe\Service\Terminal;
|
||||
/**
|
||||
* Service factory class for API resources in the Terminal namespace.
|
||||
*
|
||||
* @property ConfigurationService $configurations
|
||||
* @property ConnectionTokenService $connectionTokens
|
||||
* @property LocationService $locations
|
||||
* @property ReaderService $readers
|
||||
@@ -17,6 +18,7 @@ class TerminalServiceFactory extends \Stripe\Service\AbstractServiceFactory
|
||||
* @var array<string, string>
|
||||
*/
|
||||
private static $classMap = [
|
||||
'configurations' => ConfigurationService::class,
|
||||
'connectionTokens' => ConnectionTokenService::class,
|
||||
'locations' => LocationService::class,
|
||||
'readers' => ReaderService::class,
|
||||
|
||||
Reference in New Issue
Block a user