Needs review
Project:
Commerce Buckaroo Payment
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 May 2013 at 10:43 UTC
Updated:
18 May 2013 at 18:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
roderikSlight cleanup (comments, watchdog message)
Comment #2
roderikOK I did some reprogramming on the code now.
It now also saves new transactions with a status other than 'success'. If there's another push request with the same invoice number, it will update the transaction only if the status is 'success' (I felt that it would be too much of a functionality change to the existing code otherwise, which is live somewhere).
Comment #3
roderikhmz :-/ Juggling several patches at the same time is difficult.
I found something in commerce_buckaroo_redirect_form_validate() which is possibly confusing now.
I did not change it (at least functionally) -- just commented it. I didn't want to intrude on the code I have running on a live site, which is apparently working well.
Let's have a (theoretical) code reviewer give comments on that first ;)