Closed mb-dev closed 10 years ago
While testing the library, I added a credit card to the account using: account.add_card(credit_card_uri)
the 2nd time I got back instance of account instead of card
Thanks for reporting. I'll take a look and fix this ASAP.
Stale. v1.0 now operates directly on FundingInstruments, so card.associate_to_customer(customer)
card.associate_to_customer(customer)
While testing the library, I added a credit card to the account using: account.add_card(credit_card_uri)
the 2nd time I got back instance of account instead of card