Skip to content

Commit ca2aebf

Browse files
authored
[braintree] Update to 4.45.* (#16040)
1 parent 58dde99 commit ca2aebf

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

stubs/braintree/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "4.44.*"
1+
version = "4.45.*"
22
upstream-repository = "https://github.com/braintree/braintree_python"

stubs/braintree/braintree/error_codes.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ class ErrorCodes:
469469
CannotCancelRelease: Final = "91562"
470470
CannotCloneCredit: Final = "91543"
471471
CannotCloneMarketplaceTransaction: Final = "915137"
472+
CannotCloneThirdPartyCofNetworkTokenTransaction: Final = "915274"
472473
CannotCloneTransactionWithPayPalAccount: Final = "91573"
473474
CannotCloneTransactionWithVaultCreditCard: Final = "91540"
474475
CannotCloneUnsuccessfulTransaction: Final = "91542"
@@ -596,10 +597,12 @@ class ErrorCodes:
596597
TransferDetailsAreNotApplicableForThisMerchantAccount: Final = "97511"
597598
TransferDetailsAreRequired: Final = "97510"
598599
TransferReceiverAccountReferenceNumberIsNotValid: Final = "97509"
600+
TransferReceiverAccountReferenceNumberTypeIsNotValid: Final = "97514"
599601
TransferReceiverFirstNameIsNotValid: Final = "97507"
600602
TransferReceiverLastNameIsNotValid: Final = "97508"
601603
TransferReceiverTaxIdIsNotValid: Final = "97506"
602604
TransferSenderAccountReferenceNumberIsNotValid: Final = "97505"
605+
TransferSenderAccountReferenceNumberTypeIsNotValid: Final = "97513"
603606
TransferSenderFirstNameIsNotValid: Final = "97503"
604607
TransferSenderLastNameIsNotValid: Final = "97504"
605608
TransferSenderTaxIdIsNotValid: Final = "97502"

stubs/braintree/braintree/transaction.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ class Transaction(Resource):
191191
@property
192192
def vault_customer(self): ...
193193
@property
194-
def is_disbursed(self): ...
194+
def is_disbursed(self) -> bool: ...
195195
@property
196196
def line_items(self): ...

0 commit comments

Comments
 (0)