Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <div id="redeem-container"><div id="instructions"><div id="gamecard-instructions" class="redeem-instructions"><div class="verbal-instructions">Redeem cards in the section below.</div><img src="https://images.rbxcdn.com/b2e24144af495468498fbf8e3fe086a9.png" alt="Your PIN is on your receipt"></div></div><div id="redeem"><div id="pin-input"><script src="https://roblox-api.arkoselabs.com/fc/api/" async="" defer=""></script><script>var Roblox=Roblox||{};$(function(){var funCaptcha=Roblox.FunCaptcha;if(funCaptcha){var captchaTypes=[{"Type":"GameCardRedeem","PublicKey":"63E4117F-E727-42B4-6DAA-C8448E9B137F","ApiUrl":"https://captcha.roblox.com/v1/funcaptcha/gamecardredemption/web"}];funCaptcha.addCaptchaTypes(captchaTypes,true);funCaptcha.setMaxRetriesOnTokenValidationFailure(3);funCaptcha.setPerAppTypeLoggingEnabled(false);funCaptcha.setRetryIntervalRange(500,1500);}});function reportFunCaptchaLoaded()
  2. {if(Roblox.BundleDetector)
  3. {Roblox.BundleDetector.reportResourceLoaded("funcaptcha");}}</script><div id="redeem-card-wrapper"><script>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.",NeedCaptcha:"Captcha"};Roblox.GameCard.MessageMappings={10:Roblox.GameCard.Resources.alreadyRedeemed,20:Roblox.GameCard.Resources.invalidPin,30:Roblox.GameCard.Resources.gatewayDown,80:Roblox.GameCard.Resources.NeedCaptcha};</script><div id="redeem-card-main"><div><label for="pin">Enter PIN:</label></div><div><input id="pin" style="text-transform:uppercase" type="text"> <a id="redeem-btn" class="btn-small btn-primary" onclick="Roblox.GameCard.redeemCode()">Redeem</a> <img id="busy" src="https://images.rbxcdn.com/21e504e643e6c21e0c90e5a1b03325f9.gif" alt="Loading"> <img id="success" src="https://images.rbxcdn.com/4765f3ebce7ef35d25d3fdc3881fd483.png" alt="Success"></div><div id="error"><span id="errorText" class="text-error"></span></div></div><div id="game-card-redeem-captcha"></div></div></div><div id="cart"><div id="roblox-credit-container"><span>Roblox Credit</span> <span class="price currency">$0.00</span></div><div id="added-products"><div class="product-in-cart"><span>400 Robux</span> <span class="price">-$4.95</span></div></div><div id="total-balance" class="divider-top"><span>Balance</span> <span id="summary-total-value" class="price text-error">-$4.95</span></div></div><div id="submit-button-wrapper"><a class="btn-medium btn-disabled-primary" id="submit-btn" disabled="">Submit Order</a></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement