Skip to content

Commit 1ec5fb3

Browse files
updated based configuration for Account validate function
1 parent f437334 commit 1ec5fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rave_python/rave_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def charge(self, accountDetails, hasFailed=False):
5858
return super().charge(feature_name, accountDetails, requiredParameters, endpoint)
5959

6060
def validate(self, flwRef, otp):
61-
endpoint = self._baseUrl + self._endpointMap['account']['verify']
61+
endpoint = self._baseUrl + self._endpointMap['account']['validate']
6262
feature_name = "Account-charge-verify"
6363
return super().validate(feature_name, flwRef, endpoint)
6464

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.6",
8+
version="1.2.7",
99
author="Flutterwave",
1010
author_email="developers@flutterwavego.com",
1111
description="Official Rave Python Wrapper By Flutterwave",

0 commit comments

Comments
 (0)