diff --git a/ASAshop.html b/ASAshop.html index 64745bf..7bf368c 100644 --- a/ASAshop.html +++ b/ASAshop.html @@ -390,7 +390,9 @@ { id: 'perk1', name: 'ASA Server Slot x30 days', price: 5.00, category: 'perks', tag: 'Server Perk monthly', img: 'img/ServerSlotX30.png', payment: 'https://buy.stripe.com/test_123perk' }, { id: 'perk1', name: 'Mutated Creatures', price: 1.50, category: 'perks', tag: 'Dino Pack One Time Payment 10 non-breedable', img: 'img/MutatedCretures.png', payment: 'https://buy.stripe.com/test_123perk' }, { id: 'perk1', name: 'Starter Pack', price: 1.50, category: 'perks', tag: 'Starter Pack One Time Payment', img: 'img/StarterPack.png', payment: 'https://buy.stripe.com/test_123perk' }, - + { id: 'Server', name: 'Small Map manipulation', price: 5.00, category: 'Server', tag: 'Small Map manipulation Pack One Time Payment', img: 'img/SmallMap.png', payment: 'https://buy.stripe.com/test_123perk' }, + { id: 'Server', name: 'Medium Map manipulation', price: 10.00, category: 'Server', tag: 'Medium Map manipulation Pack One Time Payment', img: 'img/MediumMap.png', payment: 'https://buy.stripe.com/test_123perk' }, + { id: 'Server', name: 'Large Map manipulation', price: 15.00, category: 'Server', tag: 'Large Map manipulation Pack One Time Payment', img: 'img/LargeMap.png', payment: 'https://buy.stripe.com/test_123perk' }, ]; // ======= State =======