recipient saving
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:pshared/models/payment/methods/data.dart';
|
||||
import 'package:pshared/models/payment/type.dart';
|
||||
|
||||
import 'package:pweb/pages/payment_methods/form.dart';
|
||||
@@ -12,7 +13,7 @@ class PaymentDetailsSection extends StatelessWidget {
|
||||
final bool isEditable;
|
||||
final VoidCallback? onToggle;
|
||||
final PaymentType? selectedType;
|
||||
final Object? data;
|
||||
final PaymentMethodData? data;
|
||||
|
||||
const PaymentDetailsSection({
|
||||
super.key,
|
||||
|
||||
Reference in New Issue
Block a user