Laura10101 / contractor-tax-calculator

0 stars 2 forks source link

View tests on PATCH payments provide full billing details as opposed to just the stripe card id #171

Closed Laura10101 closed 10 months ago

Laura10101 commented 10 months ago

An earlier version of the payment API accepted full card and billing address details as input. This has since been updated to accept only the stripe card id (assuming that the front-end card component from Stripe is used to create the card directly with stripe). The view tests have not been updated accordingly.

Laura10101 commented 10 months ago

Updated all patch tests to pass the expected payload into the API.