Skip to content

Commit 8c037d2

Browse files
bumped version and updated tracking endpoint
1 parent cfbb750 commit 8c037d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rave_python/rave_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self, publicKey=None, secretKey=None, production=False, usingEnv=Tr
88

99
# config variables (protected)
1010
self._baseUrlMap = ["https://ravesandboxapi.flutterwave.com/", "https://api.ravepay.co/"]
11-
self._trackingMap = ["https://kgelfdz7mf.execute-api.us-east-1.amazonaws.com/staging/sendevent"]
11+
self._trackingMap = "https://kgelfdz7mf.execute-api.us-east-1.amazonaws.com/staging/sendevent"
1212
self._endpointMap = {
1313
"bills": {
1414
"create":"v2/services/confluence",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="rave_python",
8-
version="1.2.4",
8+
version="1.2.5",
99
author="Flutterwave",
1010
author_email="developers@flutterwavego.com",
1111
description="Official Rave Python Wrapper By Flutterwave",

0 commit comments

Comments
 (0)