add fulfillment

This commit is contained in:
2026-01-21 18:31:08 -03:00
parent adcfb420c4
commit 26c3df876f
7 changed files with 120 additions and 34 deletions

View File

@@ -23,7 +23,6 @@ def test_add_subscription(
body={
'name': 'pytest',
'billing_day': 1,
'payment_method': 'MANUAL',
},
),
lambda_context,
@@ -37,5 +36,5 @@ def test_add_subscription(
)
assert r['metadata']['billing_day'] == 1
assert r['metadata']['payment_method'] == 'MANUAL'
# assert r['metadata']['payment_method'] == 'MANUAL'
assert r['subscription']['name'] == 'pytest'