Mangopay / mangopay2-ruby-sdk

Ruby Gem for MANGOPAY
https://rubygems.org/gems/mangopay
MIT License
42 stars 38 forks source link

BankAccount.create requires user_id #38

Closed rdupz closed 8 years ago

rdupz commented 8 years ago

Hello,

I'm wondering why BankAccount.create asks for user_id while the docs does not stars UserId as a required param.

Based on the fetch route, UserId should be stared.

Regards,

hobailey commented 8 years ago

Hi @rdupz, you're right - this isn't very clear. Since the UserId is in the URL, it is of course required :-) I've just updated the docs to reflect this.