summaryrefslogtreecommitdiff
path: root/src/types/PreCheckoutQuery.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/PreCheckoutQuery.zig')
-rw-r--r--src/types/PreCheckoutQuery.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/PreCheckoutQuery.zig b/src/types/PreCheckoutQuery.zig
index 48e013f..fe80ce5 100644
--- a/src/types/PreCheckoutQuery.zig
+++ b/src/types/PreCheckoutQuery.zig
@@ -6,5 +6,5 @@ from: User,
6currency: []const u8, 6currency: []const u8,
7total_amount: u64, 7total_amount: u64,
8invoice_payload: []const u8, 8invoice_payload: []const u8,
9shipping_option_id: ?[]const u8, 9shipping_option_id: ?[]const u8 = null,
10order_info: ?OrderInfo, 10order_info: ?OrderInfo = null,