Skip to content

Commit

Permalink
ADF-3341 Add gnaf flag flag to sample code (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyannear authored May 22, 2024
1 parent 4315eae commit 1b827f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ We suggest that you send up to 100 addresses in each batch.
```ruby
addresses = ["10/274 Harbour Drive, Coffs Harbour NSW 2450", "49 CORNISH ST, COBAR NSW 2835", "bad address"]

results = AddressFinder.address_verification_au_batch(addresses: addresses, concurrency: 10)
results = AddressFinder.address_verification_au_batch(addresses: addresses, gnaf: "1", concurrency: 10)

results.each_with_index do |result, index|
if result
Expand Down

0 comments on commit 1b827f8

Please sign in to comment.