diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-05-06 23:16:35 -0400 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-05-06 23:16:35 -0400 |
commit | 9d0fcadc17a8093a7135eacb70adffb6418f8bd8 (patch) | |
tree | 72bf3c0dcd41e5baf12752bd0c9222dcda468786 /README.md | |
parent | ad94b6619fd5cb6e1b014ab7282706780336af5b (diff) |
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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) |