mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Show user only allowed customer-scoped payment methods
This commit is contained in:
parent
5393130e34
commit
fe8d1d1f0b
2 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
- if @invoice.payable?
|
||||
.row.semifooter
|
||||
.col-md-6-offset-6.text-right= render 'registrar/invoices/partials/banklinks', locals: { payment_channels: PaymentOrder::PAYMENT_METHODS }
|
||||
.col-md-6-offset-6.text-right= render 'registrar/invoices/partials/banklinks', locals: { payment_channels: PaymentOrder::CUSTOMER_PAYMENT_METHODS }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue