Codacy corrections

This commit is contained in:
Charles-Henri Decultot
2018-05-24 07:23:18 +00:00
parent a27673ecfe
commit 6c2ad66522
8 changed files with 6 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
background-color: #fefde5;
}
.stripe #payment-form {

View File

@@ -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