module BtcpayHelper def btcpay_checkout_url(invoice_id) "#{Setting.btcpay_public_url}/i/#{invoice_id}" end end