Remove deprecated LevelConfiguration#name.

Co-authored-by: Alex Hart <alex@signal.org>
This commit is contained in:
Chris Eager
2024-10-17 07:25:24 -05:00
committed by Greyson Parrelli
parent 200132e623
commit ba34a74e2d
21 changed files with 56 additions and 105 deletions

View File

@@ -407,7 +407,7 @@ message InAppPaymentData {
optional Error error = 3; // An error, if present.
int64 level = 4; // The transaction "level" given to us by the server
optional Cancellation cancellation = 5; // The transaction was cancelled. This notes why.
string label = 6; // Descriptive text about the token
reserved 6; // removed: Descriptive text about the token
optional string recipientId = 7; // The target recipient the token is to be sent to (only used for gifts)
optional string additionalMessage = 8; // The additional message to send the target recipient (only used for gifts)
PaymentMethodType paymentMethodType = 9; // The method through which this in app payment was made
@@ -484,7 +484,7 @@ message ExternalLaunchTransactionState {
InAppPaymentType inAppPaymentType = 1;
BadgeList.Badge badge = 2;
string label = 3;
reserved 3; // removed field label
DecimalValue price = 4;
string currencyCode = 5;
int64 level = 6;