Age | Commit message (Collapse) | Author |
|
We use Interchange as a reference, and the unit weight is not saved
to database for the transaction, only shipping cost.
So to make it convenient for the library users, the total weight
calculation is done by the library, so no need to pass any total
weight argument.
|
|
By making sure it's always concatenated with a null terminated
string, AND fix the index that gets null terminated in the end.
|
|
|
|
Not tested yet.
Now the item object is still flattened as an array, initially
to hurry the interfacing with the Perl module.
But we were stuck with having to typemap char *** anyway,
so we switch to SWIG because of the potential of ease.
Still, we need to typemap char ***, but now that we're at SWIG,
we might as well typemap a custom item struct.
|
|
so the common part gets to be reused.
|
|
|
|
when it needs to be global anyway.
|
|
|
|
because libcurl's verbose will hit anyway.
There's no point trying to debug for a company
and not the others.
|
|
|
|
Log will show up with libcurl's before the HTML,
and only log that is within libcurl's, i.e. in the WRITEFUNCTION.
|
|
|
|
|
|
|
|
At the same time, refactor the JSON handling.
|
|
|
|
|
|
with 1 module so far.
|