使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
payments
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
refactor: Remove unused imports & code
pull/2/head
chillaranand
3 年前
父节点
af19ecbca4
当前提交
bfb29a0acc
共有
2 个文件被更改
,包括
0 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 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')
撰写
预览
正在加载...
取消
保存