Bladeren bron

Rebranding

develop
Anoop 2 jaren geleden
bovenliggende
commit
0cc9f33c56
12 gewijzigde bestanden met toevoegingen van 13 en 13 verwijderingen
  1. +2
    -2
      .github/workflows/linter.yml
  2. +1
    -1
      license.txt
  3. +1
    -1
      payments/payment_gateways/doctype/paytm_settings/paytm_settings.js
  4. +1
    -1
      payments/payments/doctype/payment_gateway/payment_gateway.js
  5. +1
    -1
      payments/payments/doctype/payment_gateway/payment_gateway.py
  6. +1
    -1
      payments/payments/doctype/payment_gateway/test_payment_gateway.py
  7. +1
    -1
      payments/templates/pages/braintree_checkout.py
  8. +1
    -1
      payments/templates/pages/payment_cancel.py
  9. +1
    -1
      payments/templates/pages/payment_success.py
  10. +1
    -1
      payments/templates/pages/paytm_checkout.py
  11. +1
    -1
      payments/templates/pages/razorpay_checkout.py
  12. +1
    -1
      payments/templates/pages/stripe_checkout.py

+ 2
- 2
.github/workflows/linter.yml Bestand weergeven

@@ -46,9 +46,9 @@ jobs:
- uses: pre-commit/action@v3.0.0

- name: Download Semgrep rules
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules
run: git clone --depth 1 https://github.com/influxerp/semgrep-rules.git influxerp-semgrep-rules

- name: Run Semgrep rules
run: |
pip install semgrep==0.97.0
semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness
semgrep ci --config ./influxerp-semgrep-rules/rules --config r/python.lang.correctness

+ 1
- 1
license.txt Bestand weergeven

@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2016-2021 Frappe Technologies Pvt. Ltd. <developers@frappe.io>
Copyright (c) 2016-2021 InfluxERP Solutions <developers@influxerp.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
payments/payment_gateways/doctype/paytm_settings/paytm_settings.js Bestand weergeven

@@ -3,6 +3,6 @@

frappe.ui.form.on('Paytm Settings', {
refresh: function(frm) {
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/paytm-integration'>${__('Click here')}</a>`]));
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://influxerp.com/docs/user/manual/en/influxerp_integration/paytm-integration'>${__('Click here')}</a>`]));
}
});

+ 1
- 1
payments/payments/doctype/payment_gateway/payment_gateway.js Bestand weergeven

@@ -1,4 +1,4 @@
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors
// Copyright (c) 2016, InfluxERP Solutions and contributors
// For license information, please see license.txt

frappe.ui.form.on('Payment Gateway', {


+ 1
- 1
payments/payments/doctype/payment_gateway/payment_gateway.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors
# Copyright (c) 2015, InfluxERP Solutions and contributors
# License: MIT. See LICENSE

from frappe.model.document import Document


+ 1
- 1
payments/payments/doctype/payment_gateway/test_payment_gateway.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE
import unittest



+ 1
- 1
payments/templates/pages/braintree_checkout.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2021, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE

import json


+ 1
- 1
payments/templates/pages/payment_cancel.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE

import frappe


+ 1
- 1
payments/templates/pages/payment_success.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2015, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE

import frappe


+ 1
- 1
payments/templates/pages/paytm_checkout.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2021, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE
import json



+ 1
- 1
payments/templates/pages/razorpay_checkout.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2021, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE
import json



+ 1
- 1
payments/templates/pages/stripe_checkout.py Bestand weergeven

@@ -1,4 +1,4 @@
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2021, InfluxERP Solutions and Contributors
# License: MIT. See LICENSE
import json



Laden…
Annuleren
Opslaan