Procházet zdrojové kódy

Merge branch 'develop'

pull/2/head
mbauskar před 8 roky
rodič
revize
7dace1fb2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      payments/payment_gateways/doctype/paypal_settings/paypal_settings.py

+ 1
- 1
payments/payment_gateways/doctype/paypal_settings/paypal_settings.py Zobrazit soubor

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



Načítá se…
Zrušit
Uložit