This file contains 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
'use strict'; | |
const PRODUCTION_VERIFY_HOSTNAME = 'ipnpb.paypal.com'; | |
const SANDBOX_VERIFY_HOSTNAME = 'ipnpb.sandbox.paypal.com'; | |
var fs = require('fs'); | |
var qs = require('querystring'); | |
var path = require('path'); | |
var Censor = require('../../shared/censor.debug.js'); |
This file contains 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
'use strict'; | |
const SANDBOX_VERIFY_HOSTNAME = 'ipnpb.sandbox.paypal.com'; | |
var qs = require('querystring'); | |
var https = require('https'); | |
//======================================================== | |
// PayPalIPNGateway | |
// Gateway for the PayPal IPN messages |
This file contains 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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
<script src="/plupload-2.1.2/js/plupload.full.min.js"></script> | |
<script src="/jquery-1.10.1/js/jquery-1.10.1.min.js"></script> | |
<script src="//tinymce.cachefly.net/4.1/tinymce.min.js"></script> | |
<script> | |
//Some code from - http://www.bennadel.com/blog/2564-using-multiple-dropzones-and-file-inputs-with-a-single-plupload-instance.htm |
This file contains 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
.list-group-horizontal .list-group-item { | |
display: inline-block; | |
} | |
.list-group-horizontal .list-group-item { | |
margin-bottom: 0; | |
margin-left:-4px; | |
margin-right: 0; | |
} | |
.list-group-horizontal .list-group-item:first-child { | |
border-top-right-radius:0; |