paymill / paymill-ruby

Ruby wrapper for the Paymill API
MIT License
23 stars 16 forks source link

No access to iban and bic #8

Closed gitviola closed 9 years ago

gitviola commented 9 years ago

I can't access the iban and bic by doing:

payment.iban or payment.bic

But it works for all other information: payment.account payment.last4, ...

Instead I currently solved the problem by using payment.instance_variable_get(:@iban)