balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Uninitialized constant Balanced::Verification #613

Closed lalit-h closed 10 years ago

lalit-h commented 10 years ago

It was working fine few days back. But today i am facing this issue while creating the verification for Bank Account.

Also i am facing issues like undefined method uri for Balanced::Customer and i have replaced uri to href and that fixed the issue

I have goggled but did not found any thing there. Can any one please help me to figure out why it is happing suddenly previously everything was working fine.

Thanks in advance

remear commented 10 years ago

@lalit-h Sounds like you might be having trouble with a possible migration of balanced-ruby 0.x to 1.x. That would explain Uninitialized constant Balanced::Verification since in 1.x it's Balanced::BankAccountVerification and uri has migrated to href. Perhaps you didn't intend to upgrade to balanced-ruby 1.x yet.

I saw that you came into IRC late last night PDT (GMT -8). Would you please hop in there again so we can assist you directly.

lalit-h commented 10 years ago

@remear thanks for your help issue has been fixed