/var/www/html_fr/wp-content/plugins/6HHYJBI0P2GXTHB_221285/api/payment/change_paypal.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
include "../../config/systemConfig.php";
include 
"../base_request.php";
require_once 
"../../../wp-includes/option.php";
class 
change_paypal extends base_request
{

}

$request = new change_paypal();
$method $_SERVER['REQUEST_METHOD'];
if (
$method == 'GET' || $method == 'get') {
    
$request->success('ok');
}