本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
payments
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
refactor: Clean up whitespace & add CI check
pull/2/head
ChillarAnand
3 年之前
父節點
2101a4e98d
當前提交
5926b36855
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js
+1
-1
payments/templates/pages/payment-success.html
+ 1
- 1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js
查看文件
@@ -3,6 +3,6 @@
frappe.ui.form.on('Razorpay Settings', {
refresh: function(frm) {
}
});
+ 1
- 1
payments/templates/pages/payment-success.html
查看文件
@@ -11,7 +11,7 @@
<p>{{ payment_message or _("Your payment was successfully accepted") }}</p>
{% if not payment_message %}
<div>
<a
<a
href='{{ frappe.form_dict.redirect_to or "/" }}'
class='btn btn-primary btn-sm'>
{{ _("Continue") }}
Write
Preview
Loading…
取消
儲存