ghidinelli / cfpayment

ColdFusion payment processing library makes plumbing e-commerce apps easy. Charging credit cards has never been easier. Inspired by Ruby's ActiveMerchant.
Other
90 stars 54 forks source link

fix error if PAYLOAD is not in response #4

Closed philcruz closed 11 years ago

philcruz commented 11 years ago

I had implemented a search() method in nvpgateway.cfc. It was erroring when calling process(). I traced it and found that the response was coming back empty, i.e. Payload did not exist in the response. This fixed the problem.

philcruz commented 11 years ago

Ok, I committed the more robust check.

ghidinelli commented 11 years ago

Awesome, thanks Phil! I'm really glad I moved this to Github, makes this much easier!