Reuploading fixed qoutation

This commit is contained in:
Arseni
2026-01-20 19:05:41 +03:00
parent ae6c617136
commit d14e6d0f7a
35 changed files with 951 additions and 286 deletions

View File

@@ -0,0 +1 @@
enum AutoRefreshMode { off, on }

View File

@@ -1,4 +1,4 @@
import 'package:pshared/models/payment/quote.dart';
import 'package:pshared/models/payment/quote/quote.dart';
class Payment {

View File

@@ -1,5 +1,5 @@
import 'package:pshared/models/payment/quote.dart';
import 'package:pshared/models/payment/quote_aggregate.dart';
import 'package:pshared/models/payment/quote/quote.dart';
import 'package:pshared/models/payment/quote/aggregate.dart';
class PaymentQuotes {

View File

@@ -0,0 +1 @@
enum QuoteStatusType { loading, error, missing, expired, active }