mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:28:46 +02:00
Bugfix
This commit is contained in:
parent
d8e5f7a067
commit
0835b7b8e6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Rectangle {
|
||||||
if (urlHandler.canHandleUrl(itemHref)) {
|
if (urlHandler.canHandleUrl(itemHref)) {
|
||||||
urlHandler.handleUrl(itemHref);
|
urlHandler.handleUrl(itemHref);
|
||||||
}
|
}
|
||||||
sendToScript({method: 'checkout_buySuccess', params: itemId});
|
sendToScript({method: 'checkout_buySuccess', itemId: itemId});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onBalanceResult: {
|
onBalanceResult: {
|
||||||
|
|
Loading…
Reference in a new issue