| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: ec_receipt.api.php,v 1.1.2.1 2009/07/08 07:36:16 gordon Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 60 |
* |
* |
| 61 |
* This is used when you need use when you interface with the payment gateway |
* This is used when you need use when you interface with the payment gateway |
| 62 |
* via an API in which the payment information can be sent to the payment |
* via an API in which the payment information can be sent to the payment |
| 63 |
* gateway when it will be processed and then the result with be past back. |
* gateway when it will be processed and then the result will be passed back. |
| 64 |
* The receipt needs to be updated with the result of the payment. |
* The receipt needs to be updated with the result of the payment. |
| 65 |
* |
* |
| 66 |
* @param $receipt |
* @param $receipt |
| 67 |
* A receipt that has been generated that needs to be updates with the result |
* A receipt that has been generated that needs to be updated with the result |
| 68 |
* of the payment. |
* of the payment. |
| 69 |
* @param $type |
* @param $type |
| 70 |
* The type of the object which is used when calling the allocation |
* The type of the object which is used when calling the allocation |