fix: made address amount and currency mandatory in LMS Payment

This commit is contained in:
Jannat Patel
2025-03-13 22:01:26 +05:30
parent f29c2da9ce
commit 2ca7b09d1e
3 changed files with 26 additions and 17 deletions

View File

@@ -1957,7 +1957,7 @@ def update_certificate_purchase(course, payment_name):
{
"purchased_certificate": 1,
"payment": payment_name,
}
},
)