fix: membership test cases
This commit is contained in:
parent
f3e3f80102
commit
b9781a4675
@ -33,7 +33,7 @@ class TestMembership(unittest.TestCase):
|
|||||||
plan.membership_type = "_rzpy_test_milythm"
|
plan.membership_type = "_rzpy_test_milythm"
|
||||||
plan.amount = 100
|
plan.amount = 100
|
||||||
plan.razorpay_plan_id = "_rzpy_test_milythm"
|
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()
|
plan.insert()
|
||||||
|
|
||||||
# make test member
|
# make test member
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user