forked from LiveCarta/PayPal-PHP-SDK
Adding Execute Step to Authorize Payment Sample
- Additional Formatting Updates
This commit is contained in:
@@ -426,16 +426,17 @@ if (PHP_SAPI == 'cli') {
|
||||
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>Authorize Payment Using PayPal</h5></div>
|
||||
<div class="col-md-8">
|
||||
<h6>Step II: Execute after Success
|
||||
<small>(required step after user approval)</small></h6>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="payments/AuthorizePaymentUsingPayPal.php" class="btn btn-primary pull-left execute"> Try It
|
||||
<i
|
||||
class="fa fa-play-circle-o"></i></a>
|
||||
<a href="doc/payments/AuthorizePaymentUsingPayPal.html" class="btn btn-default pull-right">Source <i
|
||||
<a
|
||||
href="doc/payments/ExecutePayment.html"
|
||||
class="btn btn-default pull-right">Part II : Source <i
|
||||
class="fa fa-file-code-o"></i></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user