Skip to content

Commit

Permalink
Codegen for openapi 2d7c585
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Aug 7, 2020
1 parent 37e768a commit 802c29f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*
* @property string $id Unique identifier for the object.
* @property string $object String representing the object's type. Objects of the same type share the same value.
* @property \Stripe\StripeObject $alipay
* @property \Stripe\StripeObject $au_becs_debit
* @property \Stripe\StripeObject $bacs_debit
* @property \Stripe\StripeObject $bancontact
Expand Down
5 changes: 3 additions & 2 deletions lib/Service/PlanService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ public function all($params = null, $opts = null)
}

/**
* You can create plans using the API, or in the Stripe <a
* href="https://dashboard.stripe.com/products">Dashboard</a>.
* You can now model subscriptions more flexibly using the <a href="#prices">Prices
* API</a>. It replaces the Plans API and is backwards compatible to simplify your
* migration.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts
Expand Down

0 comments on commit 802c29f

Please sign in to comment.