document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         PaymentType payment = PaymentType.MASTERCARD;
  2.         PaymentContext ctx = new PaymentContext(payment);
  3.         ctx.cheeckOut("4142567801230978");
  4.  
  5.         payment = PaymentType.VISA_ELECTRON;
  6.         ctx = new PaymentContext(payment);
  7.         ctx.cheeckOut("2756473829670182");
');