File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = " 4.44 .*"
1+ version = " 4.45 .*"
22upstream-repository = " https://github.com/braintree/braintree_python"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 ): ...
You can’t perform that action at this time.
0 commit comments