mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update Composer dependencies.
This commit is contained in:
parent
12049cba3a
commit
47fbfd2bca
12558 changed files with 155183 additions and 28099 deletions
|
@ -7,10 +7,10 @@ namespace Stripe\Service;
|
|||
class PaymentMethodService extends \Stripe\Service\AbstractService
|
||||
{
|
||||
/**
|
||||
* Returns a list of PaymentMethods attached to the StripeAccount. For listing a
|
||||
* customer’s payment methods, you should use <a
|
||||
* Returns a list of PaymentMethods for Treasury flows. If you want to list the
|
||||
* PaymentMethods attached to a Customer for payments, you should use the <a
|
||||
* href="/docs/api/payment_methods/customer_list">List a Customer’s
|
||||
* PaymentMethods</a>.
|
||||
* PaymentMethods</a> API instead.
|
||||
*
|
||||
* @param null|array $params
|
||||
* @param null|array|\Stripe\Util\RequestOptions $opts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue