Skip to content

Commit 4a69157

Browse files
add deprectation notice
1 parent ff851c4 commit 4a69157

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/src/messages/customer.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Customer extends Message {
3232
3333
/// If you use payment methods created through the PaymentMethods API,
3434
/// see the invoice_settings.default_payment_method field instead.
35+
@Deprecated('Use PaymentMethods API instead.')
3536
final String? defaultSource;
3637

3738
Customer({

0 commit comments

Comments
 (0)