Skip to content

Commit

Permalink
Fixed connection for handling pay
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalius-parubochyi-vakoms committed Nov 15, 2018
1 parent 7649ebc commit dd979b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GraftMobileClient/core/graftwalletclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ void GraftWalletClient::changeGraftHandler()
}
connect(mClientHandler, &GraftWalletHandler::saleDetailsReceived,
this, &GraftWalletClient::receiveSaleDetails);
connect(mClientHandler, &GraftWalletHandler::payReceived,
this, &GraftWalletClient::receivePay);
connect(mClientHandler, &GraftWalletHandler::rejectPayReceived,
this, &GraftWalletClient::rejectPayReceived);
connect(mClientHandler, &GraftWalletHandler::payStatusReceived,
Expand Down

0 comments on commit dd979b0

Please sign in to comment.