/[drupal]/contributions/modules/ecommerce/ec_receipt/ec_receipt.api.php
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_receipt/ec_receipt.api.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Wed Jul 8 07:36:16 2009 UTC revision 1.1.2.2, Thu Oct 22 03:41:08 2009 UTC
# Line 1  Line 1 
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
# Line 60  function hook_receipt_payment_form($type Line 60  function hook_receipt_payment_form($type
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

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2