
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: paypal.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

/**
 * PayPal Setting &amp; API Credentials
 * Created by Raza Mehdi &lt;srmk@outlook.com&gt;.
 */
$c['config'] = include 'templatecookie.php';

return [
    'mode' =&gt; $c['config']['paypal_mode'], // Can only be 'sandbox' Or 'live'. If empty or invalid, 'live' will be used.
    'sandbox' =&gt; [
        'client_id' =&gt; $c['config']['paypal_sandbox_client_id'],
        'client_secret' =&gt; $c['config']['paypal_sandbox_secret'],
        'app_id' =&gt; 'APP-80W284485P519543T',
    ],
    'live' =&gt; [
        'client_id' =&gt; $c['config']['paypal_live_client_id'],
        'client_secret' =&gt; $c['config']['paypal_live_secret'],
        'app_id' =&gt; env('PAYPAL_LIVE_APP_ID', ''),
    ],

    'payment_action' =&gt; env('PAYPAL_PAYMENT_ACTION', 'Sale'), // Can only be 'Sale', 'Authorization' or 'Order'
    'currency' =&gt; env('PAYPAL_CURRENCY', 'USD'),
    'notify_url' =&gt; env('PAYPAL_NOTIFY_URL', ''), // Change this accordingly for your application.
    'locale' =&gt; env('PAYPAL_LOCALE', 'en_US'), // force gateway language  i.e. it_IT, es_ES, en_US ... (for express checkout only)
    'validate_ssl' =&gt; env('PAYPAL_VALIDATE_SSL', true), // Validate SSL when creating api client.
    'active' =&gt; $c['config']['paypal_active'],
];
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://satyadevaresidency.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-gallery-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-testimonial-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-gallery_cat-1.xml</loc></sitemap></sitemapindex>
