]> git.imager.perl.org - bse.git/commitdiff
just a synopsis so far
authorTony Cook <tony@develop-help.com>
Mon, 1 Nov 2010 06:23:53 +0000 (06:23 +0000)
committertony <tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Mon, 1 Nov 2010 06:23:53 +0000 (06:23 +0000)
site/docs/paypal.pod [new file with mode: 0644]

diff --git a/site/docs/paypal.pod b/site/docs/paypal.pod
new file mode 100644 (file)
index 0000000..78a61ad
--- /dev/null
@@ -0,0 +1,31 @@
+=head1 NAME
+
+paypal.pod - processing payments through PayPal with BSE.
+
+=head1 SYNOPSIS
+
+  [shop]
+  payment_types=4
+  ; or for both CC and paypal:
+  payment_types=0,4
+
+  [paypal]
+  test=0
+  live_api_username=...
+  live_api_password=...
+  live_api_signature=...
+
+  ; or for testing - THIS IS THE DEFAULT
+  test=1
+  test_api_username=...
+  test_api_password=...
+  test_api_signature=...
+
+  [paypal custom]
+  ; see the PayPal ExpressCheckout Advanced Feature Guide
+  HDRBORDERCOLOR=...
+  HDRBACKCOLOR=...
+  PAGESTYLE=...
+  HDRIMG=...
+  LOCALECODE=...
+