nadineproject / nadine

Open Coworking Software
http://nadineproject.org
GNU Affero General Public License v3.0
163 stars 78 forks source link

New PaymentMethod Model #387

Closed jsayles closed 5 years ago

jsayles commented 6 years ago

We need to capture multiple types of payments and indicate on the Payment which method was used.

Example Payment Methods: Visa, Master Card, American Express, Cash, Check, Interac, etc.

This needs to be captured when payments are recorded.

jsayles commented 6 years ago

Since PaymentMethods won't change frequently, we can rely on the admin interface to enter new ones.

tnightingale commented 6 years ago

Initial model: https://github.com/nadineproject/nadine/blob/payments/nadine/models/billing.py#L714-L722