Skip to content

Commit

Permalink
LC-342 - Add new Notification called Active Exchange Pair Not Availab…
Browse files Browse the repository at this point in the history
…le (#923)
  • Loading branch information
SMaros authored Sep 6, 2024
1 parent b49f7ca commit 449df66
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,11 @@ default void verificationProviderApproved(String terminalSerialNumber, String id

default void verificationProviderDeclined(String terminalSerialNumber, String identityPublicId) {}

/**
* Notification triggered when a used exchange pair is not available.
*
* @param fromCurrency Source currency in the exchange pair.
* @param toCurrency Destination currency in the exchange pair.
*/
default void exchangePairNotAvailable(String fromCurrency, String toCurrency) {}
}

0 comments on commit 449df66

Please sign in to comment.