paymill/paymill-ruby

No access to iban and bic

gitviola opened this issue · 0 comments

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)