Skip to content

Commit c587791

Browse files
authored
Merge pull request #174 from Targoman/send_vchid_to_ui_paycallback
vchid returned back to the callback
2 parents df5ef02 + 18800c7 commit c587791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modules/Account/moduleSrc/ORM/Payments.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ QVariant IMPL_ORMGET(OnlinePayments) {
7070
}
7171

7272
/**
73-
* this proxy received GERT and POST and make GET call to the clients callback
73+
* this proxy received GET and POST and make GET call to the clients callback
7474
*/
7575
QVariant IMPL_REST_GET_OR_POST(OnlinePayments, paymentCallback, (
7676
APICALLBOOM_TYPE_NO_JWT_IMPL &APICALLBOOM_PARAM,
@@ -93,6 +93,8 @@ QVariant IMPL_REST_GET_OR_POST(OnlinePayments, paymentCallback, (
9393
//-------------------------------------------------
9494
QVariantMap ResponseParams;
9595

96+
ResponseParams.insert("vchID", OnlinePaymentDTO.onp_vchID);
97+
9698
QList<QPair<QString, QString>> RequestQueryParams = APICALLBOOM_PARAM.getRequestQueryParams();
9799
foreach (auto Item, RequestQueryParams) {
98100
// if (Item.first == "paymentKey")

0 commit comments

Comments
 (0)