Created
July 15, 2014 13:12
-
-
Save gjohnson/632cca1b0dc0a72dc1ae to your computer and use it in GitHub Desktop.
Amazon Payments SDK for JavaScript -- https://payments.amazon.com/developer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Version: _V1404867306_ | |
* Copyright 2011 Amazon.com, Inc., or its Affiliates. | |
**/ | |
if (!OffAmazonPayments || typeof (OffAmazonPayments) == "undefined") { | |
var OffAmazonPayments = {} | |
} | |
OffAmazonPayments.ZERO_TIME = (new Date()).getTime(); | |
var __cba__buttonversion = 0; | |
document.write("<script type='text/javascript' src='https://images-na.ssl-images-amazon.com/images/G/01/cba/js/jquery-1.4.2.min.js'><\/script>"); | |
if (typeof (JSON) == "undefined") { | |
document.write("<script type='text/javascript' src='https://images-na.ssl-images-amazon.com/images/G/01/cba/js/widget/json2.js'><\/script>") | |
} | |
if (typeof amazon === "undefined" || typeof amazon.Login === "undefined") { | |
document.write("<script type='text/javascript' src='https://api-cdn.amazon.com/sdk/login1.js'><\/script>") | |
} | |
document.write("<script type='text/javascript' src='https://images-na.ssl-images-amazon.com/images/G/01/EP/offAmazonPayments/us/sandbox/prod/js/Widgets_core._V1404867455_.js'><\/script>") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0_o