Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Payment
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2014 at 15:09 UTC
Updated:
2 May 2014 at 17:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lsolesen commentedComment #2
bojanz commentedYep.
Comment #3
rszrama commentedI may need a bit more info here; can you point me to where Commerce Kickstart is using this? I'm just not certain how this function having a return value will affect anything, when the function that calls it, commerce_payment_example_submit_form_submit(), doesn't return anything itself. Also, what does Kickstart do for all the other payment method modules out there that don't return a transaction?
Comment #4
lsolesen commentedIt is used during the installation of CK 2.x.
http://drupalcode.org/project/commerce_kickstart.git/blob/refs/heads/7.x...
@bojanz said that the example payment was based on the method originally added to kickstart, which also returned the transaction.
http://drupalcode.org/project/commerce_kickstart.git/blob/5f0c02f034d965...
Comment #5
rszrama commentedAhh, I see - so it doesn't really matter that no other payment gateway does this. I'll get it in.