このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
payments
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
refactor: Remove unused imports & code
pull/2/head
chillaranand
3年前
親
af19ecbca4
コミット
bfb29a0acc
2個のファイルの変更
、
0行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-1
payments/payments/doctype/payment_gateway/payment_gateway.py
+0
-2
payments/payments/doctype/payment_gateway/test_payment_gateway.py
+ 0
- 1
payments/payments/doctype/payment_gateway/payment_gateway.py
ファイルの表示
@@ -2,7 +2,6 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors
# License: MIT. See LICENSE
import frappe
from frappe.model.document import Document
+ 0
- 2
payments/payments/doctype/payment_gateway/test_payment_gateway.py
ファイルの表示
@@ -3,8 +3,6 @@
# License: MIT. See LICENSE
import unittest
import frappe
# test_records = frappe.get_test_records('Payment Gateway')
書き込み
プレビュー
読み込み中…
キャンセル
保存