diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-28 19:31:48 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-28 19:31:48 +0800 |
commit | 425fcf9ada0b29357af74b8308929f68076ac720 (patch) | |
tree | 74b2f10867d809f9b16f4ae7ff520a48b1bdb459 /pikul.h | |
parent | 9ea4e5f5f74f569ee7b843a192a103896f8e08ed (diff) |
Response for when being a Shopify carrier service
Diffstat (limited to 'pikul.h')
-rw-r--r-- | pikul.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ void pikul_free_services(struct pikul_service **services); char *pikul_html(char *origins[], char *destinations[], double weight, const char *widget, const char *extra, const char *name, const char *value, char *code_prefixes[], char *name_prefixes[]); +char *pikul_shopify(char *origins[], char *destinations[], double weight); double pikul_cost(enum pikul_company company, const char *service, const char *origin, const char *destination, double weight); char *pikul_order(enum pikul_company company, const char *order_number, const char *service, |