summaryrefslogtreecommitdiff
path: root/interchange/ord.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-13 13:25:25 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-13 13:25:25 +0800
commit38dbb494228261735509f9bc2fbe543ed1e0c04e (patch)
tree97d3aa2efd20a0e962d28f8cf69218d3a0a87456 /interchange/ord.h
parentf7a913ed569b0c0d7d3b25a18efbf994fe713663 (diff)
Checkout takes a copy of the member struct
Diffstat (limited to 'interchange/ord.h')
-rw-r--r--interchange/ord.h2
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);