Closed (fixed)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
User experience
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 04:19 UTC
Updated:
18 Jan 2016 at 17:39 UTC
Jump to comment: Most recent
Comments
Comment #1
rszrama commentedHmm, I'm curious as to why this is necessary. The following code should initialize this to the proper value:
Comment #2
drupal_was_my_past commentedThose lines on 170 and 171 in commerce_paypal_wps.module don't set the payment method for me. They seem to only set the Payment's method_id, instance_id, and order_id, but not the payment_method.
Comment #3
rszrama commentedHmm, it's explicitly setting payment_method if you look at the commerce_payment_transaction_new() function:
I don't suppose you have anything else interacting w/ newly created transactions?
Comment #4
drupal_was_my_past commentedHey rszrama,
I was running 7.x-1.0-beta4. The code you're referencing is included to 7.x-1.0-rc3, so this is fixed for me. Thanks!
Comment #5
rszrama commentedOk, great.
Comment #7
scotwith1tIn case others run into this, I had a problem with a dev site being protected by htaccess/htpasswd. Disabling the htaccess password temporarily while I test e-commerce stuff fixed this for me.