/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
give
/
src
/
ConnectClient
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/ConnectClient
mkdir
upload
Name
Size
Mode
Actions
ConnectClient.php
552
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/ConnectClient/ConnectClient.php
(552B)
<?php namespace Give\ConnectClient; /** * Class ConnectClient * @package Give\PaymentGateways\PayPalCommerce * * @since 2.8.0 */ class ConnectClient { /** * Api Url * * @since 2.8.0 * * @var string */ public $apiUrl = 'https://connect.givewp.com'; /** * Get rest api endpoint url for requests. * * @since 2.8.0 * * @param string $endpoint * * @return string */ public function getApiUrl($endpoint) { return "{$this->apiUrl}/{$endpoint}"; } }
Save
apiUrl}/{$endpoint}"; } }