mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
fix: membership test cases
This commit is contained in:
@@ -33,7 +33,7 @@ class TestMembership(unittest.TestCase):
|
||||
plan.membership_type = "_rzpy_test_milythm"
|
||||
plan.amount = 100
|
||||
plan.razorpay_plan_id = "_rzpy_test_milythm"
|
||||
plan.linked_item = create_item("_Test Item for Non Profit Membership").name
|
||||
plan.linked_item = create_item("_Test Item for Non Profit Membership", is_stock_item=0).name
|
||||
plan.insert()
|
||||
|
||||
# make test member
|
||||
|
||||
Reference in New Issue
Block a user