Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AV-4419): update us verifications response body #223

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

amaan-lob
Copy link
Contributor

Description

Updating US Verifications response to include new fields Cycle O fields such as po_box_only_flag, dpv_no_secure_location, and dpv_door_not_accessible.

Story

https://lobsters.atlassian.net/browse/AV-4395
https://lobsters.atlassian.net/browse/AV-4419

Related PR's

https://github.com/lob/sdks_openapi_gen/pull/334

Copy link
Contributor

@ajorczak-lob ajorczak-lob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some doc updates to change null from nil that was autogened

@@ -24,6 +30,12 @@ instance = Lob::DeliverabilityAnalysis.new(
dpv_cmra: null,
dpv_vacant: null,
dpv_active: null,
dpv_inactive_reason: null,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update nulls to nil here. null in Ruby is nil

Suggested change
dpv_inactive_reason: null,
dpv_inactive_reason: nil,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the docs I updated here, but I'll set a reminder to update this in the sdk generator repo

@amaan-lob amaan-lob merged commit 5217a9d into main Nov 9, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants