Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="Body" class="body-width">
- <div id="TosAgreementInfo" data-terms-check-needed="False">
- </div>
- <script type="text/javascript">
- var Roblox = Roblox || {};
- Roblox.GameCard = Roblox.GameCard || {};
- Roblox.GameCard.RedeemGamecardEndpoint = "https://billing.roblox.com/v1/gamecard/redeem";
- Roblox.GameCard.Resources = {
- invalidPin: "Invalid PIN.",
- unrecognizedPin: "Unrecognized PIN format.",
- alreadyRedeemed: "This card has already been redeemed.",
- invalidCard: "This card is invalid.",
- unrecognizedMerchant: "We currently do not support the merchant you purchased this card from, please contact Customer Service.",
- success: "",
- deactivatedCard: "This card is not active.",
- suspendedCard: "This card is suspended.",
- gatewayDown: "The payment gateway is down. Please try the transaction again later and contact Customer Service if the problem persists.",
- unexpectedError: "An unexpected error occured. Please try your request again later.",
- };
- Roblox.GameCard.MessageMappings = {
- 1: Roblox.GameCard.Resources.alreadyRedeemed,
- 2: Roblox.GameCard.Resources.invalidPin,
- 3: Roblox.GameCard.Resources.gatewayDown
- };
- </script>
- <h1><span>Redeem Roblox Promotions</span></h1>
- <div id="RedeemContainer">
- <div id="Instructions">
- <div class="header">How to Use</div>
- <div class="listitem">Have you received a Roblox promotional code from one of our many events or give-aways?</div>
- <div class="listitem">This is the place to claim your goods. Enter the promotional code in the section to the right.</div>
- <div class="footnote">Promotional codes may expire, or only be active for a short period of time.</div>
- </div>
- <div style="float:left;">
- <div id="CodeInput">
- <div class="header">Enter Your Code:</div>
- <input id="pin" type="text">
- <span class="btn-primary btn-small" onclick="Roblox.GameCard.redeemCode()">
- Redeem
- </span>
- <img id="busy" src="https://images.rbxcdn.com/21e504e643e6c21e0c90e5a1b03325f9.gif" alt="Loading" style="visibility: hidden; display: none;">
- </div>
- <div class="ResultContainer">
- <div id="success" class="ResultSuccessBox" style="display: none;"><img src="https://images.rbxcdn.com/6acd50d6f06cb4801309f2334d6728ab.png" alt="Success"><span id="SuccessMessage" class="ResultBoxTextAligned"></span></div>
- <div id="error" class="ResultErrorBox" style="display: block;"><img src="https://images.rbxcdn.com/6fde87e250e2921967a1de2e878449ef.png" alt="Failure"><span id="errorText" class="ResultBoxTextAligned">Invalid promo code.</span></div>
- </div>
- </div>
- </div>
- <div style="clear: both"></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement