ソースを参照

fix: payments utils import path

pull/2/head
phot0n 2年前
コミット
604dcc7389
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      payments/utils/__init__.py

+ 1
- 1
payments/utils/__init__.py ファイルの表示

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


読み込み中…
キャンセル
保存