mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Codacy corrections
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
.StripeElement--webkit-autofill {
|
||||
background-color: #fefde5 !important;
|
||||
background-color: #fefde5;
|
||||
}
|
||||
|
||||
.stripe #payment-form {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
from frappe import _
|
||||
from frappe.utils import flt, cint, fmt_money
|
||||
from frappe.utils import cint, fmt_money
|
||||
import json
|
||||
from erpnext.erpnext_integrations.doctype.stripe_settings.stripe_settings import get_gateway_controller
|
||||
|
||||
|
||||
Reference in New Issue
Block a user