Skip to content

Commit

Permalink
BPUB-1993 - Include list of values possible to update in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Maros Silady committed Oct 19, 2023
1 parent 44b88ae commit 6725ff4
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ default boolean isTransactionPreparationApproved(ITransactionPreparation prepara
}

/**
* Allows the operator to override values in {@link ITransactionPreparation}.
* Operators can change the crypto address format, transaction limits, allow/disallow discount codes for the current transaction etc.
* Allows the operator to override following values in {@link ITransactionPreparation}.
* <ul>
* <li>cryptoAddress</li>
* <li>cashTransactionLimitWithName</li>
* <li>cashTransactionMinimum</li>
* <li>supplyTransactionLimit</li>
* <li>allowedDiscountCode</li>
* </ul>
* This method is called for both BUY and SELL transactions.
*
* @param preparation The transaction preparation details, including calculated values.
Expand Down

0 comments on commit 6725ff4

Please sign in to comment.