Skip to content

Commit

Permalink
Merge pull request #43 from frappe/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal authored Sep 13, 2023
2 parents 7a37e99 + 2b52c1e commit 29f3ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion payments/overrides/payment_webform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

import frappe
from frappe.core.doctype.file import remove_file_by_url
from frappe.core.doctype.file.utils import remove_file_by_url
from frappe.rate_limiter import rate_limit
from frappe.utils import flt
from frappe.website.doctype.web_form.web_form import WebForm
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ paytmchecksum~=1.7.0
razorpay~=1.2.0
stripe~=2.56.0
braintree~=4.20.0
pycryptodome~=3.18.0

0 comments on commit 29f3ec8

Please sign in to comment.