-
Fixed bug on mail sending on payment received and on manually adding payment
-
Commenting .install file properly
-
Fixed bug on update_6102() where the in_array() did not have the second parameter (haystack).
-
Small adjustment
-
Adding checks to avoid php notice error messages on loading of admin pages. Changed databse field pyment_id from int to char and adding update_6102 to do these changes on existing databases
-
Fixed small notice in udnefined index
-
Enabled calling of external payment methods also on updating and checking for payment status. Added test file
-
Added hook calls to enable other external payment methods
-
Initial version that allows other payment methods to integrate with signup pay
-
Fixed a bug in _signup_pay_format_amount() where the number amount formatted for NOK and DKK where giving wrong output.