summaryrefslogtreecommitdiff
path: root/pikul.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-17 11:05:19 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-17 11:05:19 +0800
commitdfa57092e26c242c2ab64dc1d029e5dff44eee67 (patch)
tree420bb28a358dfb288f2f491a25af5709bf4990c5 /pikul.h
parent3eb347f32335a58c681d1777dfeef8c6dc1c76d5 (diff)
Rename trx_id to order_number
Diffstat (limited to 'pikul.h')
-rw-r--r--pikul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pikul.h b/pikul.h
index e2c6331..623c87a 100644
--- a/pikul.h
+++ b/pikul.h
@@ -25,7 +25,7 @@ void pikul_init(enum pikul_company company, char *provisions[]);
struct pikul_services *pikul_services(const char *origin, const char *destination, double weight);
void pikul_free_services(struct pikul_services *services);
double pikul_cost(const char *origin, const char *destination, double weight, const char *service);
-char *pikul_order(const char *trx_id, const char *service, const char *sender_name,
+char *pikul_order(const char *order_number, const char *service, const char *sender_name,
const char *sender_phone, const char *origin, const char *sender_address,
const char *receiver_name, const char *receiver_phone, const char *destination,
const char *receiver_address, int nitems, char **items[], _Bool insurance, double subtotal);