We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f0639 commit 6a6a27eCopy full SHA for 6a6a27e
voucherify/client.py
@@ -69,7 +69,7 @@ def fetch(self, customer_id):
69
)
70
71
def update(self, customer):
72
- path = '/customers/'
+ path = '/customers/' + quote(customer.get('id'))
73
74
return self.request(
75
path,
0 commit comments