We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec56d6 commit 871ffe3Copy full SHA for 871ffe3
fundraising/tests/test_views.py
@@ -263,7 +263,7 @@ def stripe_data(self, filename):
263
file_path = settings.BASE_DIR.joinpath(f"fundraising/test_data/{filename}.json")
264
with file_path.open() as f:
265
data = json.load(f)
266
- return stripe.util.convert_to_stripe_object(data, stripe.api_key, None)
+ return stripe.convert_to_stripe_object(data, stripe.api_key, None)
267
268
def post_event(self, data):
269
return self.client.post(
0 commit comments