Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Fix python server error #14

Merged
merged 1 commit into from
Jul 8, 2020

Conversation

toruf-stripe
Copy link
Contributor

This pull request contains two changes on Python server code where it
(1) parses JSON passed from client
(2) passes params to Stripe API

(1)
The current client implementation sends blank data to the server and the python server fails to parse it.
I make it work by providing a blank object string {} for default.
I choose to change only the python code because other languages may depends on the current client implementation.

(2)
Fixed passing a Python dictionary as keyword params to a function.

@toruf-stripe
Copy link
Contributor Author

This change fixes #16

Copy link
Contributor

@cjavilla-stripe cjavilla-stripe left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@cjavilla-stripe cjavilla-stripe merged commit 0fc0580 into stripe-archive:master Jul 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants