Reuploading fixed qoutation
This commit is contained in:
1
frontend/pshared/lib/models/auto_refresh_mode.dart
Normal file
1
frontend/pshared/lib/models/auto_refresh_mode.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum AutoRefreshMode { off, on }
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:pshared/models/payment/quote.dart';
|
||||
import 'package:pshared/models/payment/quote/quote.dart';
|
||||
|
||||
|
||||
class Payment {
|
||||
|
||||
@@ -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 {
|
||||
@@ -0,0 +1 @@
|
||||
enum QuoteStatusType { loading, error, missing, expired, active }
|
||||
Reference in New Issue
Block a user