PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
Paypal
/
Services
/
Core
<?php /** * @package PayPalCheckoutSdk/Core */ namespace Modules\Paypal\Services\Core; class ProductionEnvironment extends PayPalEnvironment { public function __construct($clientId, $clientSecret) { parent::__construct($clientId, $clientSecret); } public function baseUrl() { return "https://api-m.paypal.com"; } }
[-] UserAgent.php
[edit]
[-] AccessTokenRequest.php
[edit]
[+]
..
[-] AuthorizationInjector.php
[edit]
[-] AccessToken.php
[edit]
[-] PayPalHttpClient.php
[edit]
[-] RefreshTokenRequest.php
[edit]
[-] FPTIInstrumentationInjector.php
[edit]
[-] GzipInjector.php
[edit]
[-] ProductionEnvironment.php
[edit]
[-] SandboxEnvironment.php
[edit]
[-] PayPalEnvironment.php
[edit]