Skip to content

Commit

Permalink
Codegen for openapi v207
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Nov 10, 2022
1 parent 464c653 commit 6a7bfcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v206
v207
6 changes: 3 additions & 3 deletions lib/Service/PaymentMethodService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
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
Expand Down

0 comments on commit 6a7bfcf

Please sign in to comment.