Skip to content

Commit

Permalink
Sync changes from 1.3.0 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
filipocelka authored Jan 16, 2024
2 parents 4be57b5 + 494064e commit 53c13d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# buildscript - project id
projectGroup=com.generalbytes.batm.public
projectVersion=1.4.2
projectVersion=1.4.3

# buildscript - common dependency versions
bitrafaelVersion=1.0.44
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,17 @@ public interface ITransactionRequest {
*/
List<QuizResult> getQuizResults();

/**
* Error message displayed to the customer.
*
* @return Error message.
*/
String getErrorMessage();


/**
* Error message displayed to the customer.
*/
void setErrorMessage(String errorMessage);

}

0 comments on commit 53c13d6

Please sign in to comment.