nov / paypal-express

Ruby Gem for PayPal Express Checkout API
MIT License
374 stars 163 forks source link

Fix cattr_accessor => attr_accessor typo #77

Closed jaroj closed 9 years ago

jaroj commented 9 years ago

Hi, I have spotted a typo in latest version in attr_accessor. Strangely I'm getting also undefined method for api_version.

jaroj commented 9 years ago

My project was throwing undefined method api_version. But then a relized that it was on Rails 4.0.12 and the cattr_accessor is available in Rails 4.1. Upgrage solved the problem. Sorry for the mess up.