Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
8
vendor/mercadopago/dx-php/samples/customer-and-cards/customer/remove.php
vendored
Normal file
8
vendor/mercadopago/dx-php/samples/customer-and-cards/customer/remove.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__FILE__).'/../../index.php';
|
||||
require_once dirname(__FILE__).'/create.php';
|
||||
|
||||
$customer->delete();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user