Parcourir la source

several throw translations (#3441)

* several throw translations

* small fix

* codacy fixes

* fix import _

* Create file_list.js

* Create feedback.py
pull/2/head
almeidapaulopt il y a 8 ans
committed by Rushabh Mehta
Parent
révision
ed7933e6fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      payments/payment_gateways/doctype/paypal_settings/paypal_settings.py

+ 1
- 1
payments/payment_gateways/doctype/paypal_settings/paypal_settings.py Voir le fichier

@@ -156,7 +156,7 @@ class PayPalSettings(Document):

response = make_post_request(url, data=params.encode("utf-8"))
if response.get("ACK")[0] != "Success":
frappe.throw("Looks like something is wrong with this site's Paypal configuration.")
frappe.throw(_("Looks like something is wrong with this site's Paypal configuration."))

return response



Chargement…
Annuler
Enregistrer