소스 검색

chore: Update header: license.txt => LICENSE

The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
pull/2/head
Gavin D'souza 3 년 전
부모
커밋
791264a96e
12개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. +1
    -1
      payments/payment_gateways/doctype/braintree_settings/braintree_settings.py
  2. +1
    -1
      payments/payment_gateways/doctype/braintree_settings/test_braintree_settings.py
  3. +1
    -1
      payments/payment_gateways/doctype/paypal_settings/paypal_settings.py
  4. +1
    -1
      payments/payment_gateways/doctype/paytm_settings/paytm_settings.py
  5. +1
    -1
      payments/payment_gateways/doctype/paytm_settings/test_paytm_settings.py
  6. +1
    -1
      payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.py
  7. +1
    -1
      payments/payment_gateways/doctype/stripe_settings/stripe_settings.py
  8. +1
    -1
      payments/payment_gateways/doctype/stripe_settings/test_stripe_settings.py
  9. +1
    -1
      payments/payments/doctype/payment_gateway/payment_gateway.py
  10. +1
    -1
      payments/payments/doctype/payment_gateway/test_payment_gateway.py
  11. +1
    -1
      payments/templates/pages/payment_cancel.py
  12. +1
    -1
      payments/templates/pages/payment_success.py

+ 1
- 1
payments/payment_gateways/doctype/braintree_settings/braintree_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2018, Frappe Technologies and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

import frappe
from frappe.model.document import Document


+ 1
- 1
payments/payment_gateways/doctype/braintree_settings/test_braintree_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2018, Frappe Technologies and Contributors
# See license.txt
# License: MIT. See LICENSE
import unittest

class TestBraintreeSettings(unittest.TestCase):


+ 1
- 1
payments/payment_gateways/doctype/paypal_settings/paypal_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe Technologies and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

"""
# Integrating PayPal


+ 1
- 1
payments/payment_gateways/doctype/paytm_settings/paytm_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020, Frappe Technologies and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

import json
import requests


+ 1
- 1
payments/payment_gateways/doctype/paytm_settings/test_paytm_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020, Frappe Technologies and Contributors
# See license.txt
# License: MIT. See LICENSE
# import frappe
import unittest



+ 1
- 1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe Technologies and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

"""
# Integrating RazorPay


+ 1
- 1
payments/payment_gateways/doctype/stripe_settings/stripe_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2017, Frappe Technologies and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

import frappe
from frappe.model.document import Document


+ 1
- 1
payments/payment_gateways/doctype/stripe_settings/test_stripe_settings.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2018, Frappe Technologies and Contributors
# See license.txt
# License: MIT. See LICENSE
import unittest

class TestStripeSettings(unittest.TestCase):


+ 1
- 1
payments/payments/doctype/payment_gateway/payment_gateway.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
# License: MIT. See LICENSE

import frappe
from frappe.model.document import Document


+ 1
- 1
payments/payments/doctype/payment_gateway/test_payment_gateway.py 파일 보기

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# License: MIT. See LICENSE
import frappe
import unittest



+ 1
- 1
payments/templates/pages/payment_cancel.py 파일 보기

@@ -1,5 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# License: MIT. See LICENSE

import frappe



+ 1
- 1
payments/templates/pages/payment_success.py 파일 보기

@@ -1,5 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# License: MIT. See LICENSE

import frappe
no_cache = True


불러오는 중...
취소
저장