Explorar el Código

fix: payments utils import path

pull/2/head
phot0n hace 2 años
padre
commit
604dcc7389
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      payments/utils/__init__.py

+ 1
- 1
payments/utils/__init__.py Ver fichero

@@ -1,4 +1,4 @@
from utils import (
from payments.utils.utils import (
get_payment_gateway_controller,
create_payment_gateway,
make_custom_fields,


Cargando…
Cancelar
Guardar