payment
This commit is contained in:
@@ -24,6 +24,8 @@ import 'package:apskel_pos_flutter_v2/application/order/order_loader/order_loade
|
||||
as _i94;
|
||||
import 'package:apskel_pos_flutter_v2/application/outlet/outlet_loader/outlet_loader_bloc.dart'
|
||||
as _i76;
|
||||
import 'package:apskel_pos_flutter_v2/application/payment/payment_form/payment_form_bloc.dart'
|
||||
as _i194;
|
||||
import 'package:apskel_pos_flutter_v2/application/payment_method/payment_method_loader/payment_method_loader_bloc.dart'
|
||||
as _i952;
|
||||
import 'package:apskel_pos_flutter_v2/application/product/product_loader/product_loader_bloc.dart'
|
||||
@@ -232,6 +234,9 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i94.OrderLoaderBloc>(
|
||||
() => _i94.OrderLoaderBloc(gh<_i299.IOrderRepository>()),
|
||||
);
|
||||
gh.factory<_i194.PaymentFormBloc>(
|
||||
() => _i194.PaymentFormBloc(gh<_i299.IOrderRepository>()),
|
||||
);
|
||||
gh.factory<_i683.CustomerLoaderBloc>(
|
||||
() => _i683.CustomerLoaderBloc(gh<_i143.ICustomerRepository>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user