Skip to content

Commit

Permalink
Merge pull request #1391 from Bloomstack/hotfix
Browse files Browse the repository at this point in the history
Merge branch hotfix into develop
  • Loading branch information
sahil28297 authored Jun 21, 2021
2 parents 0adb924 + f65f34d commit cb0b53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from frappe.utils import getdate

__erpnext_version__ = '12.10.1'
__version__ = '2.2.2'
__version__ = '2.3.0'

def get_default_company(user=None):
'''Get default company for user'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def query_successful_authnet_transaction(request):
return transaction
return False

@frappe.whitelist()
@frappe.whitelist(allow_guest=True)
def get_status(data):
if isinstance(data, str):
data = json.loads(data)
Expand Down Expand Up @@ -231,7 +231,7 @@ def get_status(data):
}


@frappe.whitelist()
@frappe.whitelist(allow_guest=True)
def charge_credit_card(card, data):
"""
Charge a credit card
Expand Down

0 comments on commit cb0b53a

Please sign in to comment.