Being able to create a charge callback for Chase Orbital requires implementing the XML API, but we can save the payment profile w/o that for now.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andyg5000 created an issue. See original summary.

andyg5000’s picture

Status: Active » Needs review
FileSize
3.99 KB
mglaman’s picture

+++ b/modules/commerce_chase_orbital_hpf/commerce_chase_orbital_hpf.commerce.inc
@@ -320,13 +328,47 @@ function commerce_chase_orbital_hpf_redirect_form_submit($order, $payment_method
-  if ($payment_method['settings']['trans_type'] == 'auth_capture') {
-    $transaction->status = COMMERCE_PAYMENT_STATUS_SUCCESS;
-  }
-  else {
-    $transaction->status = COMMERCE_PAYMENT_STATUS_PENDING;
+  $transaction->status = COMMERCE_PAYMENT_STATUS_SUCCESS;

But if it hasn't been captured it's still pending?

andyg5000’s picture

oh snaps that wasn't supposed to come along with my patch. that's from another issue which might already be closed. Will update today :)

  • mglaman committed 7685baf on authored by andyg5000
    Issue #2662884 by andyg5000, mglaman: Add ability to save card on file
    
mglaman’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.