update url path for start transaction

This commit is contained in:
Aleksey Belouosv 2018-10-30 17:52:19 +03:00 committed by Roman Kuznetsov
parent 41ff9f8a28
commit 060a88d88e

View file

@ -59,7 +59,7 @@ std::string StartTransactionUrl()
{
if (kServerUrl.empty())
return {};
return kServerUrl + "registrar/start_transaction";
return kServerUrl + "registrar/preorder";
}
struct ReceiptData