Skip to content

Commit

Permalink
Fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chimp1984 committed Sep 7, 2020
1 parent 0bf4333 commit c40bcfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ protected void addContent() {
}

@Override
protected void deactivatePaymentButtons(boolean isDisabled) {
protected void updateConfirmButtonDisableState(boolean isDisabled) {
confirmButton.setDisable(isDisabled);
}

Expand Down

0 comments on commit c40bcfe

Please sign in to comment.