mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +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)) {
|
||||
urlHandler.handleUrl(itemHref);
|
||||
}
|
||||
sendToScript({method: 'checkout_buySuccess', params: itemId});
|
||||
sendToScript({method: 'checkout_buySuccess', itemId: itemId});
|
||||
}
|
||||
}
|
||||
onBalanceResult: {
|
||||
|
|
Loading…
Reference in a new issue