mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Bump braintree to 4.29.* (#12421)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "4.28.*"
|
||||
version = "4.29.*"
|
||||
upstream_repository = "https://github.com/braintree/braintree_python"
|
||||
|
||||
@@ -32,6 +32,9 @@ class ErrorCodes:
|
||||
StreetAddressIsTooLong: Final = "81812"
|
||||
TooManyAddressesPerCustomer: Final = "91818"
|
||||
|
||||
class AndroidPay:
|
||||
AndroidPayCardsAreNotAccepted: Final = "83708"
|
||||
|
||||
class ApplePay:
|
||||
ApplePayCardsAreNotAccepted: Final = "83501"
|
||||
CustomerIdIsRequiredForVaulting: Final = "83502"
|
||||
|
||||
@@ -135,6 +135,8 @@ class Transaction(Resource):
|
||||
@staticmethod
|
||||
def submit_for_settlement_signature(): ...
|
||||
@staticmethod
|
||||
def submit_for_partial_settlement_signature(): ...
|
||||
@staticmethod
|
||||
def package_tracking_signature(): ...
|
||||
@staticmethod
|
||||
def package_tracking(transaction_id, params: Incomplete | None = None): ...
|
||||
|
||||
@@ -51,6 +51,7 @@ class WebhookNotification(Resource):
|
||||
PaymentMethodCustomerDataUpdated: Final = "payment_method_customer_data_updated"
|
||||
PaymentMethodRevokedByCustomer: Final = "payment_method_revoked_by_customer"
|
||||
RecipientUpdatedGrantedPaymentMethod: Final = "recipient_updated_granted_payment_method"
|
||||
RefundFailed: Final = "refund_failed"
|
||||
SubMerchantAccountApproved: Final = "sub_merchant_account_approved"
|
||||
SubMerchantAccountDeclined: Final = "sub_merchant_account_declined"
|
||||
SubscriptionBillingSkipped: Final = "subscription_billing_skipped"
|
||||
|
||||
Reference in New Issue
Block a user