Skip to content

Commit 8d3edbf

Browse files
authored
Merge pull request #175 from Targoman/send_vchid_to_ui_paycallback
add vchid to select list
2 parents c587791 + 531dcde commit 8d3edbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Account/moduleSrc/ORM/Payments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ QVariant IMPL_REST_GET_OR_POST(OnlinePayments, paymentCallback, (
8686
// .addCols(OnlinePayments::instance().SelectableColumnNames())
8787
// .addCols(PaymentGateways::instance().SelectableColumnNames())
8888
// .innerJoinWith("paymentGateway")
89-
.addCol(tblOnlinePayments::Fields::onpCallbackUrl)
89+
// .addCol(tblOnlinePayments::Fields::onpCallbackUrl)
9090
.where({ tblOnlinePayments::Fields::onpMD5, enuConditionOperator::Equal, _paymentKey })
9191
.one<tblOnlinePayments::DTO>();
9292

0 commit comments

Comments
 (0)