MCPcopy Create free account
hub / github.com/braintree/braintree_python / update

Method update

braintree/plan.py:35–38  ·  view source on GitHub ↗
(subscription_id, params=None)

Source from the content-addressed store, hash-verified

33
34 @staticmethod
35 def update(subscription_id, params=None):
36 if params is None:
37 params = {}
38 return Configuration.gateway().plan.update(subscription_id, params)
39
40 @staticmethod
41 def create_signature():

Calls 1

gatewayMethod · 0.80