fixed idempotency key

This commit is contained in:
Stephan D
2026-01-26 01:22:12 +01:00
parent 97448a2f15
commit 197a0ba610
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import 'package:json_annotation/json_annotation.dart';
import 'package:pshared/api/requests/payment/base.dart';
import 'package:pshared/api/requests/payment/base.dart';
import 'package:pshared/data/dto/payment/intent/payment.dart';
part 'quote.g.dart';