lob / lob-dotnet

.NET Wrapper for Lob API
MIT License
1 stars 2 forks source link

Fix metadata sort by #14

Closed jho44 closed 1 year ago

jho44 commented 1 year ago

ticket

Improved some integration tests that were creating just one resource for the whole test file rather than creating the resource for each relevant test -- isolates everything.

Uncommented the metadata and sortBy tests.

Concerns

There still seems to be a problem with using those params in BillingGroupsList and CardsList. I tried with CURL too but it says that sort_by or sort_by,send_date isn't allowed. Don't know who I should go to about it but it looks like our docs will need to be updated if this is expected behavior.

Relevant PRs

changes spec: metadata change sort_by change