You may see this error when calling stripe.Subscription.create():
Missing required param: items
It’s a misleading message because it implies that the entire items param is missing, but you’ve probably set one of the values for price to null, empty, etc.