diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 5b1b8a09291a..b1d6b95f4446 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2112,7 +2112,7 @@ $LANG = array( 'account_fields' => 'Company Fields', 'facebook_and_twitter' => 'Facebook and Twitter', 'facebook_and_twitter_help' => 'Follow our feeds to help support our project', - 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.', + 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell the app.', 'unnamed_client' => 'Unnamed Client', 'day' => 'Day', diff --git a/resources/views/partials/white_label.blade.php b/resources/views/partials/white_label.blade.php index e8de823cab51..7a6e7973ae1a 100644 --- a/resources/views/partials/white_label.blade.php +++ b/resources/views/partials/white_label.blade.php @@ -84,8 +84,7 @@ } function buyProduct(affiliateKey, productId) { - window.open('{{ Utils::isNinjaDev() ? '' : NINJA_APP_URL }}/license?affiliate_key=' + affiliateKey + '&product_id=' + productId + '&return_url=' + window.location); - //window.open('{{ Utils::isNinjaDev() ? '' : NINJA_APP_URL }}/buy_now/?account_key={{ env('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=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=' + productId + '&contact_key={{ Auth::user()->primaryAccount()->account_key }}' + '&return_url=' + window.location); } function showApplyLicense() {