Skip to content

Commit

Permalink
Worked on Upgrading Canary version for facebook Conversion API (#1783)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav Kochar <[email protected]>
  • Loading branch information
Innovative-GauravKochar and Gaurav Kochar authored Jan 9, 2024
1 parent 0892843 commit 0381224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The default port is set to `3000`. To use a different port, you can specify the

After running the `serve` command, select the destination you want to test locally. Once a destination is selected the server should start up.

You can also run the serve command for a specific Destination without the Web UI being started up. For example `./bin/run serve --destination=criteo-audiences -n` will start the process for the criteo-audiences Destination, but will not start the Actions Tester web user interface.
You can also run the serve command for a specific Destination without the Web UI being started up. For example `./bin/run serve --destination=criteo-audiences -n` will start the process for the criteo-audiences Destination, but will not start the Actions Tester web user interface.

### Testing an Action's perform() or performBatch() function

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API_VERSION = '16.0'
export const CANARY_API_VERSION = '16.0'
export const CANARY_API_VERSION = '18.0'
export const CURRENCY_ISO_CODES = new Set([
'AED',
'AFN',
Expand Down

0 comments on commit 0381224

Please sign in to comment.