ucdavis / payments

Accept and process credit card payments on campus
MIT License
2 stars 3 forks source link

Sloth MetaData #358

Closed jSylvestre closed 1 year ago

jSylvestre commented 1 year ago

This one only writes it to the V2 (AE endpoint)

jSylvestre commented 1 year ago

Looks fine. But why the try/catch? Doesn't look like anything is being parsed. Is that just in case some sort of parsing is added in the future?

Yeah, basically wanted something there if we add more data that might throw an error. Just a reminder mostly.