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.
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 thoughRe:Cool.
jk2addict on 2005-08-04T10:05:47
I should've been more specific. I meant tell me about your online shopping system.:-)