Initial commit, port PayPalCheckoutServerSideV2_nodejs.zip to jst_server
authorNick Downing <nick@ndcode.org>
Sun, 19 Dec 2021 02:16:07 +0000 (13:16 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 19 Dec 2021 02:16:07 +0000 (13:16 +1100)
commit74e333576cd1550089c455de0b727753a4b58287
treed032b2187fb5035ad57c8465121b9ae725661ded
Initial commit, port PayPalCheckoutServerSideV2_nodejs.zip to jst_server
28 files changed:
.gitignore [new file with mode: 0644]
_config/config.json [new file with mode: 0644]
_config/server.jst [new file with mode: 0644]
_config/site.jst [new file with mode: 0644]
_library/basic_functions.js [new file with mode: 0644]
_library/random_number.js [new file with mode: 0644]
_orig/PayPalCheckoutServerSideV2_nodejs.zip [new file with mode: 0644]
_ssl/ca.conf [new file with mode: 0644]
_ssl/ca_cert.pem [new file with mode: 0644]
_ssl/ca_cert.srl [new file with mode: 0644]
_ssl/ca_key.pem [new file with mode: 0644]
_ssl/localhost.conf [new file with mode: 0644]
_ssl/localhost_cert.pem [new file with mode: 0644]
_ssl/localhost_cert_bundle.pem [new file with mode: 0644]
_ssl/localhost_csr.pem [new file with mode: 0644]
_ssl/localhost_ext.conf [new file with mode: 0644]
_ssl/localhost_key.pem [new file with mode: 0644]
_ssl/n.sh [new file with mode: 0755]
api/captureOrder.json.jst [new file with mode: 0644]
api/createOrder.json.jst [new file with mode: 0644]
api/getOrderDetails.json.jst [new file with mode: 0644]
api/patchOrder.json.jst [new file with mode: 0644]
img/camera.jpg [new file with mode: 0644]
index.html [new file with mode: 0644]
js/config.js [new file with mode: 0644]
package.json [new file with mode: 0644]
pages/shipping.html [new file with mode: 0644]
pages/success.html [new file with mode: 0644]