updating index with new samples

This commit is contained in:
Ganesh Hegde
2013-05-30 12:00:13 +05:30
parent aa1dee57a6
commit bbfa240161

View File

@@ -82,11 +82,46 @@
<td><a href="source/GetCreditCard.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Payment with saved credit card</td>
<td>Get Details of Authorized Payment</td>
<td></td>
<td><a href="payments/CreatePaymentUsingSavedCard.php" class="execute imagelink" >Execute</a></td>
<td><a href="payments/GetAuthorization.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/CreatePaymentUsingSavedCard.html" class="source imagelink" >Source</a></td>
<td><a href="source/GetAuthorization.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Capture Authorized Payment</td>
<td></td>
<td><a href="payments/AuthorizationCapture.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/AuthorizationCapture.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Void Authorized Payment</td>
<td></td>
<td><a href="payments/VoidAuthorization.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/VoidAuthorization.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Get Details of Captured Payment</td>
<td></td>
<td><a href="payments/GetCapture.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/GetCapture.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Refund Captured Payment</td>
<td></td>
<td><a href="payments/RefundCapture.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/RefundCapture.html" class="source imagelink" >Source</a></td>
</tr>
<tr>
<td>Delete saved CreditCard</td>
<td></td>
<td><a href="vault/DeleteCreditCard.php" class="execute imagelink" >Execute</a></td>
<td></td>
<td><a href="source/DeleteCreditCard.html" class="source imagelink" >Source</a></td>
</tr>
</tbody>
</table>