🐛 Fix post item and payment

This commit is contained in:
2025-08-10 00:26:32 +08:00
parent 9394b1d9c8
commit 1fac1bfe02
2 changed files with 5 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ class _PaymentContentState extends ConsumerState<_PaymentContent> {
try {
final client = ref.read(apiClientProvider);
final response = await client.post(
'/orders/${widget.order.id}/pay',
'/id/orders/${widget.order.id}/pay',
data: {'pin_code': pin},
);