summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-05-06 23:16:35 -0400
committerMitch Jackson <mitch@freeside.biz>2019-05-06 23:16:35 -0400
commit9d0fcadc17a8093a7135eacb70adffb6418f8bd8 (patch)
tree72bf3c0dcd41e5baf12752bd0c9222dcda468786 /README.md
parentad94b6619fd5cb6e1b014ab7282706780336af5b (diff)
Release v1.0HEADmaster
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..b3b144a 100755
--- a/README.md
+++ b/README.md
@@ -0,0 +1,25 @@
+# Business::OnlinePayment::Bambora
+
+## Building
+
+```
+perl Makefile.PL
+make
+make install
+```
+
+## Testing
+
+```
+export BAMBORA_MERCHANT_ID=1234567890
+export BAMBORA_API_KEY=XOXOXOXOXOXOXOX
+make test
+```
+
+## Usage Documentation
+
+`perldoc Business::OnlinePayment::Bambora`
+
+## See Also
+
+- [Git Repo](http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Bambora.git)