Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Updated Identity Support from SDK Core
Browse files Browse the repository at this point in the history
- Moved PPModels required for Identity Support
  • Loading branch information
japatel committed Oct 14, 2014
1 parent 0cb3023 commit dc2ac0f
Show file tree
Hide file tree
Showing 36 changed files with 2,643 additions and 578 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@

build
.DS_Store
phpunit.local.xml
*.log

# IDE
Expand Down
1 change: 0 additions & 1 deletion lib/PayPal/Api/CreateProfileResponse.php
Expand Up @@ -3,7 +3,6 @@
namespace PayPal\Api;

use PayPal\Common\PPModel;
use PayPal\Rest\ApiContext;

/**
* Class CreateProfileResponse
Expand Down
3 changes: 1 addition & 2 deletions lib/PayPal/Api/FlowConfig.php
Expand Up @@ -3,7 +3,6 @@
namespace PayPal\Api;

use PayPal\Common\PPModel;
use PayPal\Rest\ApiContext;
use PayPal\Validation\UrlValidator;

/**
Expand Down Expand Up @@ -72,7 +71,7 @@ public function getLanding_page_type()
*
*
* @param string $bank_txn_pending_url
* @throws InvalidArgumentException
* @throws \InvalidArgumentException
* @return $this
*/
public function setBankTxnPendingUrl($bank_txn_pending_url)
Expand Down
1 change: 0 additions & 1 deletion lib/PayPal/Api/InputFields.php
Expand Up @@ -3,7 +3,6 @@
namespace PayPal\Api;

use PayPal\Common\PPModel;
use PayPal\Rest\ApiContext;

/**
* Class InputFields
Expand Down

0 comments on commit dc2ac0f

Please sign in to comment.