Skip to content

Commit 6d629bc

Browse files
committed
chore: methods should be alphabetized
1 parent 7bf95ef commit 6d629bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/braintreegateway/TransactionSearchRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ public TextNode<TransactionSearchRequest> paypalAuthorizationId() {
125125
return textNode("paypal_authorization_id");
126126
}
127127

128-
public TextNode<TransactionSearchRequest> venmoUsername() {
129-
return textNode("venmo_username");
130-
}
131-
132128
public TextNode<TransactionSearchRequest> processorAuthorizationCode() {
133129
return textNode("processor_authorization_code");
134130
}
@@ -177,6 +173,10 @@ public TextNode<TransactionSearchRequest> shippingStreetAddress() {
177173
return textNode("shipping_street_address");
178174
}
179175

176+
public TextNode<TransactionSearchRequest> venmoUsername() {
177+
return textNode("venmo_username");
178+
}
179+
180180
public MultipleValueNode<TransactionSearchRequest, String> paymentInstrumentType() {
181181
return multiTypeNode("payment_instrument_type");
182182
}

0 commit comments

Comments
 (0)