mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update dependencies.
This commit is contained in:
parent
43c00721ca
commit
feb9ac315b
11243 changed files with 338413 additions and 11922 deletions
|
@ -7,7 +7,9 @@ namespace Stripe\Service;
|
|||
class PaymentMethodService extends \Stripe\Service\AbstractService
|
||||
{
|
||||
/**
|
||||
* Returns a list of PaymentMethods for a given Customer.
|
||||
* Returns a list of PaymentMethods. For listing a customer’s payment methods, you
|
||||
* should use <a href="/docs/api/payment_methods/customer_list">List a Customer’s
|
||||
* PaymentMethods</a>.
|
||||
*
|
||||
* @param null|array $params
|
||||
* @param null|array|\Stripe\Util\RequestOptions $opts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue