diff options
Diffstat (limited to 'interchange/ord.h')
-rw-r--r-- | interchange/ord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h index b6d00a4..7141e11 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -44,7 +44,7 @@ void interchange_ord_order(const char *sku, * arrange the data into the product. */ void interchange_ord_checkout(const char *order_profile, - const struct interchange_member *member, + struct interchange_member member, void (*handler)(interchange_response *)); void interchange_ord_free_order(struct interchange_ord_order *order); |