Skip to content

Commit

Permalink
Removed ref to street_line3
Browse files Browse the repository at this point in the history
  • Loading branch information
csalas-yubico committed Jun 18, 2024
1 parent d633ed5 commit b6c4b46
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/docs/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ For each row in the table below, perform the following steps:
| Recipient Telephone | String | on |
| Street Line 1 | String | on |
| Street Line 2 | String | off |
| Street Line 3 | String | off |
| City | String | on |
| Region | String | off |
| Postal Code | String | on |
Expand Down Expand Up @@ -100,7 +99,6 @@ For each of the items in the table below, do the following steps:
| recipient_telephone | Recipient Telephone |
| street_line1 | Street Line 1 |
| street_line2 | Street Line 2 |
| street_line3 | Street Line 3 |
| city | City |
| region | Region |
| postal_code | Postal Code |
Expand All @@ -127,7 +125,7 @@ Next we are going to add a script to **Script** field. Copy the script provided
* recipient: 20
* recipient_firstname: 15
* recipient_lastname: 20
* street_line_1, 2, and 3: 60
* street_line_1, and 2: 60
* city: 60
* region: 50
* recipient_email: 80
Expand All @@ -147,7 +145,6 @@ Next we are going to add a script to **Script** field. Copy the script provided
recipient_telephone: inputs.recipient_telephone,
street_line1: inputs.street_line1,
street_line2: inputs.street_line2,
street_line3: inputs.street_line3,
city: inputs.city,
region: inputs.region,
postal_code: inputs.postal_code,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Next we are going to add a script to **Script** field. Copy the script provided
* recipient: 20
* recipient_firstname: 15
* recipient_lastname: 20
* street_line_1, 2, and 3: 60
* street_line_1, and 2: 60
* city: 60
* region: 50
* recipient_email: 80
Expand Down
1 change: 0 additions & 1 deletion docs/docs/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ Use the table below to correlate the correct data pill, or hardcoded input to a
| Recipient Telephone | Get Catalog Variable > phone_number |
| Street Line 1 | Get Catalog Variable > street_address |
| Street Line 2 | Get Catalog Variable > apt_or_unit |
| Street Line 3 | |
| City | Get Catalog Variable > city |
| Region | Get Catalog Variable > region_state |
| Postal Code | Get Catalog Variable > postal_code |
Expand Down
Binary file modified docs/static/img/actions_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/actions_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/flow_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6c4b46

Please sign in to comment.