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 1aab39f commit 63b4c1bCopy full SHA for 63b4c1b
forms/ProductLink.js
@@ -67,7 +67,7 @@ class ProductLinkForm extends React.Component {
67
68
let useCreditsQueryParams = ''
69
if (fields.applyCredits)
70
- useCreditsQueryParams = '/useCredits=true'
+ useCreditsQueryParams = '&useCredits=true'
71
72
const link = `https://dukaan.codingblocks.com/buy?productId=${productId}&oneauthId=${oneauthId}${useCreditsQueryParams}`
73
this.props.ongenerateLink(link)
0 commit comments