Skip to content

Commit

Permalink
fix: qr iban
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Jan 28, 2024
1 parent 7d54bc2 commit 2bb523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/payment_infos/qr_bill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def debitor_address_lines
end

def creditor_account
organisation.iban.presence
organisation.iban.to_s.presence
end

def currency
Expand Down

0 comments on commit 2bb523d

Please sign in to comment.