| Name | Size | Mode | Actions |
|---|---|---|---|
| create-customer-first-payment.php | 2350 | 0644 | editdlrm |
| create-customer-payment.php | 2013 | 0644 | editdlrm |
| create-customer-recurring-payment.php | 2086 | 0644 | editdlrm |
| create-customer.php | 779 | 0644 | editdlrm |
| delete-customer.php | 398 | 0644 | editdlrm |
| list-customer-payments.php | 1919 | 0644 | editdlrm |
| update-customer.php | 855 | 0644 | editdlrm |
/home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/customers/delete-customer.php (398B)
Customer deleted!
"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }