Skip to content

Added cancel token#325

Open
ankitdas13 wants to merge 1 commit intomasterfrom
added-cancel-token
Open

Added cancel token#325
ankitdas13 wants to merge 1 commit intomasterfrom
added-cancel-token

Conversation

@ankitdas13
Copy link
Contributor

Returns:
Dict for cancel token
"""
url = "{}/{}/tokens/{}/cancel".format(self.base_url, customer_id, token_id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why not url = f"{self.base_url}/{customer_id}/tokens/{token_id}/cancel"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants