diff --git a/lib/PaymentMethod.php b/lib/PaymentMethod.php
index 9265f44f2..d32895bc7 100644
--- a/lib/PaymentMethod.php
+++ b/lib/PaymentMethod.php
@@ -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
diff --git a/lib/Service/PlanService.php b/lib/Service/PlanService.php
index fad824e63..16625d27a 100644
--- a/lib/Service/PlanService.php
+++ b/lib/Service/PlanService.php
@@ -22,8 +22,9 @@ public function all($params = null, $opts = null)
}
/**
- * You can create plans using the API, or in the Stripe Dashboard.
+ * You can now model subscriptions more flexibly using the Prices
+ * API. It replaces the Plans API and is backwards compatible to simplify your
+ * migration.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts