We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1c03e commit 5d0cfa8Copy full SHA for 5d0cfa8
1 file changed
src/main/java/io/github/isagroup/PricingContext.java
@@ -96,10 +96,9 @@ public Boolean userAffectedByPricing() {
96
97
/**
98
* This method should return a list with the name of the add-ons contracted by
99
- * the current user.
+ * the current user. If the pricing don't include add-ons, then just return an empty array.
100
* With this information, the library will be able to build the subscription of
101
- * the user
102
- * from the configuration.
+ * the user from the configuration.
103
*
104
* @return {@code List<String>} with the current user's contracted add-ons. Add-on names
105
* should be the same as in the pricing configuration file.
0 commit comments