Skip to content

Commit

Permalink
feat: add wert partner_id for prod (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 29, 2024
1 parent 79fe716 commit 402fbce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const ClaimNameFatFingerModal = ({
{
...data,
...nftOptions,
partner_id: '01HGFWXR5CQMYHYSR9KVTKWDT5',
partner_id: config.get('WERT_PARTNER_ID'),
origin: wertURL,
lang: 'en',
click_id: uuidv4() // unique id of purchase in your system
Expand Down
3 changes: 2 additions & 1 deletion webapp/src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"SQUID_API_URL": "https://testnet.v2.api.squidrouter.com/",
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.zone",
"AUTH_URL": "/auth",
"WERT_URL": "https://sandbox.wert.io"
"WERT_URL": "https://sandbox.wert.io",
"WERT_PARTNER_ID": "01HGFWXR5CQMYHYSR9KVTKWDT5"
}
3 changes: 2 additions & 1 deletion webapp/src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"SQUID_API_URL": "https://v2.api.squidrouter.com",
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org",
"AUTH_URL": "/auth",
"WERT_URL": "https://widget.wert.io"
"WERT_URL": "https://widget.wert.io",
"WERT_PARTNER_ID": "01HMXXR0H4R6DJSN0F2JK6SDQ3"
}
3 changes: 2 additions & 1 deletion webapp/src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"SQUID_API_URL": "https://v2.api.squidrouter.com",
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org",
"AUTH_URL": "/auth",
"WERT_URL": "https://widget.wert.io"
"WERT_URL": "https://widget.wert.io",
"WERT_PARTNER_ID": "01HMXXR0H4R6DJSN0F2JK6SDQ3"
}

1 comment on commit 402fbce

@vercel
Copy link

@vercel vercel bot commented on 402fbce Jan 29, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

marketplace – ./

marketplace-decentraland1.vercel.app
marketplace-git-master-decentraland1.vercel.app

Please sign in to comment.