Closed (fixed)
Project:
Commerce Atos
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2013 at 00:12 UTC
Updated:
6 Jul 2015 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liupascal commentedHere is a patch that forces the minimum length of the amount parameter to 3 chars long (padding with 0 on the left)
So 1€ is 100
0.50€ is 050 while it used to be 50
Comment #2
liupascal commentedForgot to switch status
Comment #3
jsacksick commentedI don't understand why do you want to allow payments < 0 ? What do you have to pay then ?
Comment #4
liupascal commentedSorry I meant amount < 1€ ...
Comment #4.0
liupascal commentedCurrently the module doesn't allow orders with amount < 0. (API Call error)Edit : Currently the module doesn't allow orders with amount < 1€. (API Call error)
Comment #6
jsacksick commentedCommitted, thanks.