Skip to content

Commit

Permalink
Update Shop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pandhu-rendra authored Feb 25, 2024
1 parent 1a10fd7 commit d457119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JS/Shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function setupPopup(openBtn, closeBtn, popup, overlay) {
popup8,
overlay8
);

// =====================
// PURCHASE SYSTEM
// =====================
Expand Down Expand Up @@ -155,7 +155,7 @@ function setupPopup(openBtn, closeBtn, popup, overlay) {
document.getElementById('buy-item-7'),
'cart-item-7'
);
// BUY FOR ITEM SHOP 7
// BUY FOR ITEM SHOP 8
buyItem(
document.getElementById('buy-item-8'),
'cart-item-8'
Expand Down

0 comments on commit d457119

Please sign in to comment.