diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index c13f8f959..2386eb396 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v184
\ No newline at end of file
+v186
\ No newline at end of file
diff --git a/lib/BillingPortal/Configuration.php b/lib/BillingPortal/Configuration.php
index fd7393eaf..4449654cf 100644
--- a/lib/BillingPortal/Configuration.php
+++ b/lib/BillingPortal/Configuration.php
@@ -18,6 +18,7 @@
* @property \Stripe\StripeObject $features
* @property bool $is_default Whether the configuration is the default. If true
, this configuration can be managed in the Dashboard and portal sessions will use this configuration unless it is overriden when creating the session.
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
+ * @property \Stripe\StripeObject $login_page
* @property null|\Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
* @property int $updated Time at which the object was last updated. Measured in seconds since the Unix epoch.
*/
diff --git a/lib/Service/InvoiceService.php b/lib/Service/InvoiceService.php
index 24ff6b21f..cc61a320a 100644
--- a/lib/Service/InvoiceService.php
+++ b/lib/Service/InvoiceService.php
@@ -43,12 +43,10 @@ public function allLines($parentId, $params = null, $opts = null)
}
/**
- * This endpoint creates a draft invoice for a given customer. The draft invoice
- * created pulls in all pending invoice items on that customer, including
- * prorations. The invoice remains a draft until you finalize the invoice, which allows you to pay or send the invoice to
- * your customers.
+ * This endpoint creates a draft invoice for a given customer. The invoice remains
+ * a draft until you finalize the invoice, which
+ * allows you to pay or send
+ * the invoice to your customers.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts