fix: Test cases

This commit is contained in:
Deepesh Garg
2021-07-05 14:45:33 +05:30
parent db682d9e4c
commit 15b336df28
2 changed files with 4 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ def create_mode_of_payment(gateway, payment_type="General"):
mode_of_payment.insert(ignore_permissions=True)
return mode_of_payment
else:
elif mode_of_payment:
return frappe.get_doc("Mode of Payment", mode_of_payment)
def get_tracking_url(carrier, tracking_number):