We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757463 commit 3cbe635Copy full SHA for 3cbe635
forms/ProductLink.js
@@ -69,7 +69,7 @@ class ProductLinkForm extends React.Component {
69
if (fields.applyCredits)
70
useCreditsQueryParams = '/useCredits=true'
71
72
- const link = `${config.domain}buy?productId=${productId}&oneauthId=${oneauthId}${useCreditsQueryParams}`
+ const link = `https://dukaan.codingblocks.com/buy?productId=${productId}&oneauthId=${oneauthId}${useCreditsQueryParams}`
73
this.props.ongenerateLink(link)
74
}
75
@@ -314,4 +314,4 @@ class ProductLinkForm extends React.Component {
314
315
316
317
-export default withStyles(useStyles)(ProductLinkForm)
+export default withStyles(useStyles)(ProductLinkForm)
0 commit comments