Business::OnlinePayment::CashCow release candidate

jonasbn on 2005-08-03T20:54:24

I am implementing an online shopping solution for a client and they have picked a hosted CashCow as their payment gateway. So I implemented Business::OnlinePayment::CashCow to integrate with the Business::OnlinePayment line of modules.

I am currently giving the POD an overhaul - but I actually have an working initial release candidate.


Cool.

jk2addict on 2005-08-03T22:13:39

I'd be curious the hear about the project (in perl right?) sometime since you probably have some tips and tricks that might help my work on Handel.

Re:Cool.

jonasbn on 2005-08-04T07:43:43

Well Business::OnlinePayment is already to be found on CPAN, with several different processors for different payment systems. My module will simply be a processor for a danish open source payment gateway named CashCow.

You should check out the project - I know a major upgrade is on the way.

I am using the module myself for my own online shopping system - which has not yet been released as open source though

Re:Cool.

jk2addict on 2005-08-04T10:05:47

I should've been more specific. I meant tell me about your online shopping system. :-)