diff options
Diffstat (limited to 'src/types/PreCheckoutQuery.zig')
| -rw-r--r-- | src/types/PreCheckoutQuery.zig | 4 |
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, | |||
| 6 | currency: []const u8, | 6 | currency: []const u8, |
| 7 | total_amount: u64, | 7 | total_amount: u64, |
| 8 | invoice_payload: []const u8, | 8 | invoice_payload: []const u8, |
| 9 | shipping_option_id: ?[]const u8, | 9 | shipping_option_id: ?[]const u8 = null, |
| 10 | order_info: ?OrderInfo, | 10 | order_info: ?OrderInfo = null, |