Projet

Général

Profil

Révision 9d13637e

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/payment/commerce_payment.api.php
270 270
 * redirect are handled by the Payment module, so these two operations should
271 271
 * not be duplicated by the payment method module.
272 272
 */
273
function CALLBACK_commerce_payment_method_redirect_form_back($form, &$form_state, $order, $payment_method) {
273
function CALLBACK_commerce_payment_method_redirect_form_back($order, $payment_method) {
274 274
  // No example.
275 275
}
276 276

  
......
385 385
 * total. If the balance is less than or equal to zero, it is considered paid in
386 386
 * full. The first time an order's balance falls to or below zero, this hook is
387 387
 * invoked to allow modules to perform special maintenance as necessary. This
388
 * hook is invoked after the "When an order is first paid in full" Rules event.
388
 * hook is invoked before the "When an order is first paid in full" Rules event.
389 389
 *
390 390
 * Through the administration of payment transactions, it is possible for an
391 391
 * order's balance to go above zero. It is then possible for the balance to go

Formats disponibles : Unified diff