Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
18
vendor/paypal/paypalhttp/lib/PayPalHttp/Environment.php
vendored
Normal file
18
vendor/paypal/paypalhttp/lib/PayPalHttp/Environment.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace PayPalHttp;
|
||||
|
||||
/**
|
||||
* Interface Environment
|
||||
* @package PayPalHttp
|
||||
*
|
||||
* Describes a domain that hosts a REST API, against which an HttpClient will make requests.
|
||||
* @see HttpClient
|
||||
*/
|
||||
interface Environment
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function baseUrl();
|
||||
}
|
||||
Reference in New Issue
Block a user