diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-18 11:59:55 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-18 11:59:55 +0800 |
commit | b53957a8fd25bcce8eb98f71b6e9e711b48ce605 (patch) | |
tree | f80aea33ef7fd8252c16dfeea97b65ffa597d774 /pikul.h | |
parent | b167efeabf9b6292c6c7a15f7a83b48c2eb86a1b (diff) |
Insurance is not determined by user's decision
It depends on some weight threshhold.
Diffstat (limited to 'pikul.h')
-rw-r--r-- | pikul.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ char *pikul_order(const char *order_number, const char *service, const char *sen const char *sender_phone, const char *origin, const char *sender_address, const char *sender_postal, const char *receiver_name, const char *receiver_phone, const char *destination, const char *receiver_address, const char *receiver_postal, - int nitems, char **items[], _Bool insurance, double subtotal); + int nitems, char **items[], double subtotal); void pikul_cleanup(); #ifdef __cplusplus |