Skip to content

Commit df64603

Browse files
Expand latest_invoice with payment_intent
1 parent e0c3ef3 commit df64603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/utils/expandable_fields/latest_invoice_expanded_expandable_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class LatestInvoiceExpandedExpandableField
77
final Set<InvoiceExpandableField> expand;
88

99
@override
10-
String get field => 'latest_invoice';
10+
String get field => 'latest_invoice.payment_intent';
1111

1212
const LatestInvoiceExpandedExpandableField({
1313
required this.expand,

0 commit comments

Comments
 (0)