Skip to content

Commit 928e0ac

Browse files
author
serverpod_cloud
committed
feat: 97f1a512e7a3951c9c0f8b31592d5dbd4ad24bc8
1 parent 1bef6d4 commit 928e0ac

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,6 @@ class EndpointBilling extends _i1.EndpointRef {
360360
_i2.Future<_i11.Owner> readOwner() =>
361361
caller.callServerEndpoint<_i11.Owner>('billing', 'readOwner', {});
362362

363-
@Deprecated('Use updateOwnerBilling instead')
364-
_i2.Future<_i11.Owner> updateOwner({
365-
required List<String> billingEmails,
366-
required _i12.BillingInfo billingInfo,
367-
}) => caller.callServerEndpoint<_i11.Owner>('billing', 'updateOwner', {
368-
'billingEmails': billingEmails,
369-
'billingInfo': billingInfo,
370-
});
371-
372363
/// Updates the owner's billing information.
373364
///
374365
/// This endpoint updates the owner's billing information, including the

0 commit comments

Comments
 (0)