/home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/src/Endpoints
Edit: /home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/src/Endpoints/WalletEndpoint.php (1074B)
parseRequestBody(array_merge([
'domain' => $domain,
'validationUrl' => $validationUrl,
], $parameters));
$response = $this->client->performHttpCall(
self::REST_CREATE,
'wallets/applepay/sessions',
$body
);
return json_encode($response);
}
}