canAddMorePurchaseUnit property
bool
get
canAddMorePurchaseUnit
paypal will throw an exception for too many items
Implementation
bool get canAddMorePurchaseUnit {
return purchaseUnits.length < 5;
}
paypal will throw an exception for too many items
bool get canAddMorePurchaseUnit {
return purchaseUnits.length < 5;
}