You are here

function commerce_paypal_ec_redirect_form_submit in Commerce PayPal 7.2

Payment method callback: redirect form return submission.

File

modules/ec/commerce_paypal_ec.module, line 826
Implements PayPal Express Checkout in Drupal Commerce checkout.

Code

function commerce_paypal_ec_redirect_form_submit($order, $payment_method) {

  // Because we need to be able to halt checkout completion if payment fails for
  // some reason, instead of getting and processing Express Checkout payment
  // details in the submission step, we do this in the validate step above.
}