Skip to content

Commit 49002c4

Browse files
committed
doc(prepayment-webflow) README syntax error
1 parent f607384 commit 49002c4

File tree

1 file changed

+1
-2
lines changed
  • src/functions/pre-payment-webhook-webflow

1 file changed

+1
-2
lines changed

src/functions/pre-payment-webhook-webflow/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ You may have some items you don't want to be subject to price verification. This
7272

7373
| Variable | Default Value | Description |
7474
| ------------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
75-
| FX_SKIP_PRICE_CODES | "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip price verification**. |
75+
| FX_SKIP_PRICE_CODES | "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip price verification**. |
7676
| FX_SKIP_INVENTORY_CODES | "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip inventory verification**. |
77-
7877
| FX_FIELD_CODE | "code" | The name of the field that stores the code in the webflow collection. |
7978
| FX_FIELD_INVENTORY | "inventory" | The name of the field that stores the inventory in the webflow collection. Set this variable to "false" (without the quotes) to disable inventory verification for all items. |
8079

0 commit comments

Comments
 (0)