Fix wrong inheritance
This commit is contained in:
parent
2c2ddabdff
commit
2ba0116ca6
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# API Docs: https://docs.btcpayserver.org/API/Greenfield/v1/
|
# API Docs: https://docs.btcpayserver.org/API/Greenfield/v1/
|
||||||
#
|
#
|
||||||
class BtcpayManagerService < LdapService
|
class BtcpayManagerService < ApplicationService
|
||||||
def initialize
|
def initialize
|
||||||
@base_url = Setting.btcpay_api_url
|
@base_url = Setting.btcpay_api_url
|
||||||
@store_id = Setting.btcpay_store_id
|
@store_id = Setting.btcpay_store_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user