1234567891011121314151617181920212223 |
- <?php
- define("API_KEY", "6a43c5c199b5e69485f72831de0a9a94");
- define("SHARED_SECRET", "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");
- define("SCOPES", "read_orders,write_products,read_products,read_inventory,write_inventory,read_locations");
- define("REDIRECT_URI", "https://facturis-online.ro/plugins/shopify_app/generate_token.php");
- define("HOST", "18.197.84.100");
- define("USERNAME", "shopify_user");
- define("PASSWORD", "fulE34h63aBI");
- define("DATABASE", "shopify_login");
- define("SHOPIFY_DOMAIN", ".myshopify.com");
- define("MAX_TIME", 36000);
- define("ACCESS_DENIED", "This request is NOT from Shopify!");
- define("SHOP_REQUIRED", "A shop name is required for the script to run");
- define("VERSION", "2.1.8");
- define("VERSION_LINK", "https://facturis-online.ro/");
- define("NONCE", "f4ctu155");
|