Ver código fonte

fix: payments utils import path

pull/2/head
phot0n 2 anos atrás
pai
commit
604dcc7389
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      payments/utils/__init__.py

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

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


Carregando…
Cancelar
Salvar