Added fix for quantity confirmation (#9735)
This commit is contained in:
@@ -374,7 +374,7 @@
|
||||
},
|
||||
buyItem () {
|
||||
if (this.item.currency === 'gems' &&
|
||||
!confirm(this.$t('purchaseFor', { cost: this.item.value }))) {
|
||||
!confirm(this.$t('purchaseFor', { cost: this.item.value * this.selectedAmountToBuy }))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user