forked from LiveCarta/PayPal-PHP-SDK
Delete bank info vault samples, update index.php according and note the deprecated status of BankAccount Status (#849)
* Delete bank info vault samples, update index.php according and note the deprecated status of BankAccount Status * Change comments in bankAccount.php file * Change the comment of bankAccount file
This commit is contained in:
@@ -925,39 +925,6 @@ if (PHP_SAPI == 'cli') {
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<div class="row">
|
||||
<div class="col-md-8"><h5>Bank Account - Save</h5></div>
|
||||
<div class="col-md-4">
|
||||
<a href="vault/CreateBankAccount.php" class="btn btn-primary pull-left execute"> Try It <i
|
||||
class="fa fa-play-circle-o"></i></a>
|
||||
<a href="doc/vault/CreateBankAccount.html" class="btn btn-default pull-right">Source <i
|
||||
class="fa fa-file-code-o"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<div class="row">
|
||||
<div class="col-md-8"><h5>Bank Account - Retrieve</h5></div>
|
||||
<div class="col-md-4">
|
||||
<a href="vault/GetBankAccount.php" class="btn btn-primary pull-left execute"> Try It <i
|
||||
class="fa fa-play-circle-o"></i></a>
|
||||
<a href="doc/vault/GetBankAccount.html" class="btn btn-default pull-right">Source <i
|
||||
class="fa fa-file-code-o"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<div class="row">
|
||||
<div class="col-md-8"><h5>Bank Account - Delete</h5></div>
|
||||
<div class="col-md-4">
|
||||
<a href="vault/DeleteBankAccount.php" class="btn btn-primary pull-left execute"> Try It <i
|
||||
class="fa fa-play-circle-o"></i></a>
|
||||
<a href="doc/vault/DeleteBankAccount.html" class="btn btn-default pull-right">Source <i
|
||||
class="fa fa-file-code-o"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user