| Current Path : /home/zada/public_html/vendor/mercadopago/dx-php/samples/customer-and-cards/customer/ |
| Current File : /home/zada/public_html/vendor/mercadopago/dx-php/samples/customer-and-cards/customer/remove.php |
<?php
require_once dirname(__FILE__).'/../../index.php';
require_once dirname(__FILE__).'/create.php';
$customer->delete();
?>