Fix for white label license
This commit is contained in:
parent
bdfbea3883
commit
f73959e6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
|
||||
function buyProduct(affiliateKey, productId) {
|
||||
window.open('{{ Utils::isNinjaDev() ? '' : NINJA_APP_URL }}/buy_now/?account_key={{ NINJA_LICENSE_ACCOUNT_KEY }}&product_id=' + productId + '&contact_key={{ Auth::user()->primaryAccount()->account_key }}' + '&return_url=' + window.location);
|
||||
window.open('{{ Utils::isNinjaDev() ? '' : NINJA_APP_URL }}/buy_now/?account_key={{ NINJA_LICENSE_ACCOUNT_KEY }}&product_id=' + productId + '&contact_key={{ Auth::user()->primaryAccount()->account_key }}' + '&redirect_url=' + window.location);
|
||||
}
|
||||
|
||||
function showApplyLicense() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue