canAddMorePurchaseUnit property

bool get canAddMorePurchaseUnit

paypal will throw an exception for too many items

Implementation

bool get canAddMorePurchaseUnit {
  return purchaseUnits.length < 5;
}