forked from LiveCarta/PayPal-PHP-SDK
Deprecting setCredential method
This commit is contained in:
@@ -11,7 +11,11 @@ use PayPal\Rest\ApiContext;
|
||||
class Refund extends Resource implements IResource {
|
||||
|
||||
private static $credential;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprected. Pass ApiContext to the get method instead
|
||||
*/
|
||||
public static function setCredential($credential) {
|
||||
self::$credential = $credential;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user