Mangopay / mangopay2-ruby-sdk

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

Method cards in User doesn't show all cards for user_id #40

Closed kkaltrine closed 8 years ago

kkaltrine commented 8 years ago

Hi, I am using the Pay-In method in my application but when I want to create a new card and to pay with it, the payment is done but the card isn't registrated for the user. Then if I search with the console to find the user_id for the card of the transaction made before, I find the good one. When I do : MangoPay::User.cards(user_id), it doesn't give me the last card used for that transaction... Do you have any idea?

kkaltrine commented 8 years ago

It was the default pagination.. my bad