mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Bump stripe-php from 16.4.0 to 17.2.1
This commit is contained in:
@@ -5,83 +5,84 @@ namespace Stripe;
|
||||
/**
|
||||
* Client used to send requests to Stripe's API.
|
||||
*
|
||||
* @property \Stripe\Service\OAuthService $oauth
|
||||
* @property Service\OAuthService $oauth
|
||||
* // The beginning of the section generated from our OpenAPI spec
|
||||
* @property \Stripe\Service\AccountLinkService $accountLinks
|
||||
* @property \Stripe\Service\AccountService $accounts
|
||||
* @property \Stripe\Service\AccountSessionService $accountSessions
|
||||
* @property \Stripe\Service\ApplePayDomainService $applePayDomains
|
||||
* @property \Stripe\Service\ApplicationFeeService $applicationFees
|
||||
* @property \Stripe\Service\Apps\AppsServiceFactory $apps
|
||||
* @property \Stripe\Service\BalanceService $balance
|
||||
* @property \Stripe\Service\BalanceTransactionService $balanceTransactions
|
||||
* @property \Stripe\Service\Billing\BillingServiceFactory $billing
|
||||
* @property \Stripe\Service\BillingPortal\BillingPortalServiceFactory $billingPortal
|
||||
* @property \Stripe\Service\ChargeService $charges
|
||||
* @property \Stripe\Service\Checkout\CheckoutServiceFactory $checkout
|
||||
* @property \Stripe\Service\Climate\ClimateServiceFactory $climate
|
||||
* @property \Stripe\Service\ConfirmationTokenService $confirmationTokens
|
||||
* @property \Stripe\Service\CountrySpecService $countrySpecs
|
||||
* @property \Stripe\Service\CouponService $coupons
|
||||
* @property \Stripe\Service\CreditNoteService $creditNotes
|
||||
* @property \Stripe\Service\CustomerService $customers
|
||||
* @property \Stripe\Service\CustomerSessionService $customerSessions
|
||||
* @property \Stripe\Service\DisputeService $disputes
|
||||
* @property \Stripe\Service\Entitlements\EntitlementsServiceFactory $entitlements
|
||||
* @property \Stripe\Service\EphemeralKeyService $ephemeralKeys
|
||||
* @property \Stripe\Service\EventService $events
|
||||
* @property \Stripe\Service\ExchangeRateService $exchangeRates
|
||||
* @property \Stripe\Service\FileLinkService $fileLinks
|
||||
* @property \Stripe\Service\FileService $files
|
||||
* @property \Stripe\Service\FinancialConnections\FinancialConnectionsServiceFactory $financialConnections
|
||||
* @property \Stripe\Service\Forwarding\ForwardingServiceFactory $forwarding
|
||||
* @property \Stripe\Service\Identity\IdentityServiceFactory $identity
|
||||
* @property \Stripe\Service\InvoiceItemService $invoiceItems
|
||||
* @property \Stripe\Service\InvoiceRenderingTemplateService $invoiceRenderingTemplates
|
||||
* @property \Stripe\Service\InvoiceService $invoices
|
||||
* @property \Stripe\Service\Issuing\IssuingServiceFactory $issuing
|
||||
* @property \Stripe\Service\MandateService $mandates
|
||||
* @property \Stripe\Service\PaymentIntentService $paymentIntents
|
||||
* @property \Stripe\Service\PaymentLinkService $paymentLinks
|
||||
* @property \Stripe\Service\PaymentMethodConfigurationService $paymentMethodConfigurations
|
||||
* @property \Stripe\Service\PaymentMethodDomainService $paymentMethodDomains
|
||||
* @property \Stripe\Service\PaymentMethodService $paymentMethods
|
||||
* @property \Stripe\Service\PayoutService $payouts
|
||||
* @property \Stripe\Service\PlanService $plans
|
||||
* @property \Stripe\Service\PriceService $prices
|
||||
* @property \Stripe\Service\ProductService $products
|
||||
* @property \Stripe\Service\PromotionCodeService $promotionCodes
|
||||
* @property \Stripe\Service\QuoteService $quotes
|
||||
* @property \Stripe\Service\Radar\RadarServiceFactory $radar
|
||||
* @property \Stripe\Service\RefundService $refunds
|
||||
* @property \Stripe\Service\Reporting\ReportingServiceFactory $reporting
|
||||
* @property \Stripe\Service\ReviewService $reviews
|
||||
* @property \Stripe\Service\SetupAttemptService $setupAttempts
|
||||
* @property \Stripe\Service\SetupIntentService $setupIntents
|
||||
* @property \Stripe\Service\ShippingRateService $shippingRates
|
||||
* @property \Stripe\Service\Sigma\SigmaServiceFactory $sigma
|
||||
* @property \Stripe\Service\SourceService $sources
|
||||
* @property \Stripe\Service\SubscriptionItemService $subscriptionItems
|
||||
* @property \Stripe\Service\SubscriptionService $subscriptions
|
||||
* @property \Stripe\Service\SubscriptionScheduleService $subscriptionSchedules
|
||||
* @property \Stripe\Service\Tax\TaxServiceFactory $tax
|
||||
* @property \Stripe\Service\TaxCodeService $taxCodes
|
||||
* @property \Stripe\Service\TaxIdService $taxIds
|
||||
* @property \Stripe\Service\TaxRateService $taxRates
|
||||
* @property \Stripe\Service\Terminal\TerminalServiceFactory $terminal
|
||||
* @property \Stripe\Service\TestHelpers\TestHelpersServiceFactory $testHelpers
|
||||
* @property \Stripe\Service\TokenService $tokens
|
||||
* @property \Stripe\Service\TopupService $topups
|
||||
* @property \Stripe\Service\TransferService $transfers
|
||||
* @property \Stripe\Service\Treasury\TreasuryServiceFactory $treasury
|
||||
* @property \Stripe\Service\V2\V2ServiceFactory $v2
|
||||
* @property \Stripe\Service\WebhookEndpointService $webhookEndpoints
|
||||
* @property Service\AccountLinkService $accountLinks
|
||||
* @property Service\AccountService $accounts
|
||||
* @property Service\AccountSessionService $accountSessions
|
||||
* @property Service\ApplePayDomainService $applePayDomains
|
||||
* @property Service\ApplicationFeeService $applicationFees
|
||||
* @property Service\Apps\AppsServiceFactory $apps
|
||||
* @property Service\BalanceService $balance
|
||||
* @property Service\BalanceTransactionService $balanceTransactions
|
||||
* @property Service\Billing\BillingServiceFactory $billing
|
||||
* @property Service\BillingPortal\BillingPortalServiceFactory $billingPortal
|
||||
* @property Service\ChargeService $charges
|
||||
* @property Service\Checkout\CheckoutServiceFactory $checkout
|
||||
* @property Service\Climate\ClimateServiceFactory $climate
|
||||
* @property Service\ConfirmationTokenService $confirmationTokens
|
||||
* @property Service\CountrySpecService $countrySpecs
|
||||
* @property Service\CouponService $coupons
|
||||
* @property Service\CreditNoteService $creditNotes
|
||||
* @property Service\CustomerService $customers
|
||||
* @property Service\CustomerSessionService $customerSessions
|
||||
* @property Service\DisputeService $disputes
|
||||
* @property Service\Entitlements\EntitlementsServiceFactory $entitlements
|
||||
* @property Service\EphemeralKeyService $ephemeralKeys
|
||||
* @property Service\EventService $events
|
||||
* @property Service\ExchangeRateService $exchangeRates
|
||||
* @property Service\FileLinkService $fileLinks
|
||||
* @property Service\FileService $files
|
||||
* @property Service\FinancialConnections\FinancialConnectionsServiceFactory $financialConnections
|
||||
* @property Service\Forwarding\ForwardingServiceFactory $forwarding
|
||||
* @property Service\Identity\IdentityServiceFactory $identity
|
||||
* @property Service\InvoiceItemService $invoiceItems
|
||||
* @property Service\InvoicePaymentService $invoicePayments
|
||||
* @property Service\InvoiceRenderingTemplateService $invoiceRenderingTemplates
|
||||
* @property Service\InvoiceService $invoices
|
||||
* @property Service\Issuing\IssuingServiceFactory $issuing
|
||||
* @property Service\MandateService $mandates
|
||||
* @property Service\PaymentIntentService $paymentIntents
|
||||
* @property Service\PaymentLinkService $paymentLinks
|
||||
* @property Service\PaymentMethodConfigurationService $paymentMethodConfigurations
|
||||
* @property Service\PaymentMethodDomainService $paymentMethodDomains
|
||||
* @property Service\PaymentMethodService $paymentMethods
|
||||
* @property Service\PayoutService $payouts
|
||||
* @property Service\PlanService $plans
|
||||
* @property Service\PriceService $prices
|
||||
* @property Service\ProductService $products
|
||||
* @property Service\PromotionCodeService $promotionCodes
|
||||
* @property Service\QuoteService $quotes
|
||||
* @property Service\Radar\RadarServiceFactory $radar
|
||||
* @property Service\RefundService $refunds
|
||||
* @property Service\Reporting\ReportingServiceFactory $reporting
|
||||
* @property Service\ReviewService $reviews
|
||||
* @property Service\SetupAttemptService $setupAttempts
|
||||
* @property Service\SetupIntentService $setupIntents
|
||||
* @property Service\ShippingRateService $shippingRates
|
||||
* @property Service\Sigma\SigmaServiceFactory $sigma
|
||||
* @property Service\SourceService $sources
|
||||
* @property Service\SubscriptionItemService $subscriptionItems
|
||||
* @property Service\SubscriptionService $subscriptions
|
||||
* @property Service\SubscriptionScheduleService $subscriptionSchedules
|
||||
* @property Service\Tax\TaxServiceFactory $tax
|
||||
* @property Service\TaxCodeService $taxCodes
|
||||
* @property Service\TaxIdService $taxIds
|
||||
* @property Service\TaxRateService $taxRates
|
||||
* @property Service\Terminal\TerminalServiceFactory $terminal
|
||||
* @property Service\TestHelpers\TestHelpersServiceFactory $testHelpers
|
||||
* @property Service\TokenService $tokens
|
||||
* @property Service\TopupService $topups
|
||||
* @property Service\TransferService $transfers
|
||||
* @property Service\Treasury\TreasuryServiceFactory $treasury
|
||||
* @property Service\V2\V2ServiceFactory $v2
|
||||
* @property Service\WebhookEndpointService $webhookEndpoints
|
||||
* // The end of the section generated from our OpenAPI spec
|
||||
*/
|
||||
class StripeClient extends BaseStripeClient
|
||||
{
|
||||
/**
|
||||
* @var \Stripe\Service\CoreServiceFactory
|
||||
* @var Service\CoreServiceFactory
|
||||
*/
|
||||
private $coreServiceFactory;
|
||||
|
||||
@@ -93,7 +94,7 @@ class StripeClient extends BaseStripeClient
|
||||
public function getService($name)
|
||||
{
|
||||
if (null === $this->coreServiceFactory) {
|
||||
$this->coreServiceFactory = new \Stripe\Service\CoreServiceFactory($this);
|
||||
$this->coreServiceFactory = new Service\CoreServiceFactory($this);
|
||||
}
|
||||
|
||||
return $this->coreServiceFactory->getService($name);
|
||||
|
||||
Reference in New Issue
Block a user