CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

Figure out polymorphism for Restx #75

Open hectopascal opened 6 months ago

hectopascal commented 6 months ago

As a developer I need a polymorphic model class So that the restx code can take both credit card and paypal data fields.

Details and Assumptions