Hi,
currently I´m going to extend an existing Checkout. I need integration for Paypal and as well some Credit Cards.
Thats why I wanted to use cfpayment(GitHub - ghidinelli/cfpayment: ColdFusion payment processing library makes plumbing e-commerce apps easy. Charging credit cards has never been easier. Inspired by Ruby's ActiveMerchant.) because most of the things are already build in. At the moment I´am wondering where it would be the best place to drop the cfpayment “framework” in the Contentbox. You need return URLs to handle the response from Paypal etc.
I want to avoid creating a handler with all the methods just to handle returning request.
Is there a recommendation, or a kind of best practice how to do the integration ?
Thanks in advance,
Andy