Habilitando la selección de método de pago en la compra #72

Merged
mono merged 12 commits from chose_pay_method_on_purchase_#47 into main 2024-11-11 16:27:22 -05:00
Showing only changes of commit 99f2f77b78 - Show all commits

View File

@ -50,6 +50,7 @@ class TestAPI(APITestCase):
data = {
'customer': self.customer.id,
'date': '2024-09-02',
'payment_method': 'CASH',
'saleline_set': [
{'product': self.product.id, 'quantity': 2, 'unit_price': 3000},
{'product': self.product.id, 'quantity': 3, 'unit_price': 5000}