// // LabelCore // Label StoreMAX // // Created by Anthony Gordon. // Copyright © 2020 WooSignal. All rights reserved. // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. /* Developer Notes SUPPORT EMAIL - support@woosignal.com VERSION - 2.0 https://woosignal.com */ /**/ const app_name = "MyApp"; const app_key = "app_affb6434339b34443a297c2e40a3edab7102137e6d67de9abfe612b749bd"; const app_logo_url = "https://woosignal.com/images/120x120_woosignal.png"; const app_terms_url = "https://yourdomain.com/terms"; const app_privacy_url = "https://yourdomain.com/privacy"; /**/ const app_stripe_account = "acct_1DNNUgADlQ9NE89O"; // Your StripeAccount key from WooSignal const app_stripe_live_mode = false; // SET true for live payments /**/ const app_currency_symbol = "\£"; const app_currency_iso = "gbp"; const app_locales_supported = ['en']; const app_payment_methods = ["Stripe", "RazorPay"]; /**/ const app_debug = true;