1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Update Composer dependencies.

This commit is contained in:
Caleb Mazalevskis 2022-06-18 17:18:18 +08:00
parent 1a439466d5
commit 9bba3f4066
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
440 changed files with 17739 additions and 8623 deletions

View file

@ -7,8 +7,9 @@ namespace Stripe\Service;
class PaymentMethodService extends \Stripe\Service\AbstractService
{
/**
* Returns a list of PaymentMethods. For listing a customers payment methods, you
* should use <a href="/docs/api/payment_methods/customer_list">List a Customers
* Returns a list of PaymentMethods attached to the StripeAccount. For listing a
* customers payment methods, you should use <a
* href="/docs/api/payment_methods/customer_list">List a Customers
* PaymentMethods</a>.
*
* @param null|array $params
@ -96,7 +97,10 @@ class PaymentMethodService extends \Stripe\Service\AbstractService
}
/**
* Retrieves a PaymentMethod object.
* Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a
* payment method attached to a Customer, you should use <a
* href="/docs/api/payment_methods/customer">Retrieve a Customers
* PaymentMethods</a>.
*
* @param string $id
* @param null|array $params