Renamed do_we_have_billing_id to ticket_config_tools
This commit is contained in:
parent
e18fec84f2
commit
e1221d4c45
2 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ from core.services.helpers.valid_profile_quantity import valid_profile_quantity
|
|||
from core.errors.exceptions import *
|
||||
from core.controllers.tickets.TicketSyncController import sync_ticket_prices
|
||||
|
||||
from core.services.payment_phase.do_we_have_billing_id import do_we_have_billing_id
|
||||
from core.services.payment_phase.ticket_config_tools import do_we_have_billing_id
|
||||
|
||||
"""
|
||||
Inputs: Which plan (key), which crypto, and how many profiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue