Skip to content

Commit db6272b

Browse files
authored
Bump braintree to 4.29.* (#12421)
1 parent 0b1d358 commit db6272b

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

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.28.*"
1+
version = "4.29.*"
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
@@ -32,6 +32,9 @@ class ErrorCodes:
3232
StreetAddressIsTooLong: Final = "81812"
3333
TooManyAddressesPerCustomer: Final = "91818"
3434

35+
class AndroidPay:
36+
AndroidPayCardsAreNotAccepted: Final = "83708"
37+
3538
class ApplePay:
3639
ApplePayCardsAreNotAccepted: Final = "83501"
3740
CustomerIdIsRequiredForVaulting: Final = "83502"

stubs/braintree/braintree/transaction.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ class Transaction(Resource):
135135
@staticmethod
136136
def submit_for_settlement_signature(): ...
137137
@staticmethod
138+
def submit_for_partial_settlement_signature(): ...
139+
@staticmethod
138140
def package_tracking_signature(): ...
139141
@staticmethod
140142
def package_tracking(transaction_id, params: Incomplete | None = None): ...

stubs/braintree/braintree/webhook_notification.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class WebhookNotification(Resource):
5151
PaymentMethodCustomerDataUpdated: Final = "payment_method_customer_data_updated"
5252
PaymentMethodRevokedByCustomer: Final = "payment_method_revoked_by_customer"
5353
RecipientUpdatedGrantedPaymentMethod: Final = "recipient_updated_granted_payment_method"
54+
RefundFailed: Final = "refund_failed"
5455
SubMerchantAccountApproved: Final = "sub_merchant_account_approved"
5556
SubMerchantAccountDeclined: Final = "sub_merchant_account_declined"
5657
SubscriptionBillingSkipped: Final = "subscription_billing_skipped"

0 commit comments

Comments
 (0)