Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.85 KB | None | 0 0
  1. < html>
  2.     < head>
  3.         <!-- url to sandbox masterpass lightbox -->
  4.         <script type="text/javascript" src="https://sandbox.static.masterpass.com/dyn/js/switch/integration/MasterPass.client.js"></script>
  5.         <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  6.         </head>
  7.  
  8.         <body>
  9.             <script>
  10.                 $(document).ready(function() {
  11.                             MasterPass.client.checkout({
  12.                             "requestPairing": "true",
  13.                             "requestToken": "598a17fb66b3ce31ddbecac77004bfb7924ecf83",
  14.                             "pairingRequestToken": "4b97656a8cbb8fc2d790fea7ff403105cab95809",
  15.                             "callbackUrl ": "https: \/\/radiant-reaches-88215.herokuapp.com\/commands\/callback",
  16.                             "failureCallback": "https:\/\/radiant-reaches-88215.herokuapp.com\/commands\/callback",
  17.                             "cancelCallback": "https:\/\/radiant-reaches-88215.herokuapp.com\/commands\/callback",
  18.                             "merchantCheckoutId": "a32d8440202b408dbdcc3ca8763d4625",
  19.                             "locale": "en-MY",
  20.                             "requestedDataTypes": [
  21.                               "ADDRESS",
  22.                               " PROFILE",
  23.                               "CARD"
  24.                             ],
  25.                             "requestExpressCheckout": "true",
  26.                             "allowedCardTypes": [
  27.                               "master",
  28.                               "visa"
  29.                             ],
  30.                             "suppressShippingAddressEnable": "true",
  31.                             "version": "v6"
  32.                           });                
  33.                 });
  34.             </script>
  35.         </body>
  36.  
  37.         </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement