forked from organicmaps/organicmaps
update url path for start transaction
This commit is contained in:
parent
41ff9f8a28
commit
060a88d88e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ std::string StartTransactionUrl()
|
|||
{
|
||||
if (kServerUrl.empty())
|
||||
return {};
|
||||
return kServerUrl + "registrar/start_transaction";
|
||||
return kServerUrl + "registrar/preorder";
|
||||
}
|
||||
|
||||
struct ReceiptData
|
||||
|
|
Loading…
Add table
Reference in a new issue