We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473ca55 commit 7075a3aCopy full SHA for 7075a3a
rave_python/rave_zbmobile.py
@@ -37,3 +37,8 @@ def refund(self, flwRef, amount):
37
feature_name = "Zambia-mobile-money-charge-refund"
38
endpoint = self._baseUrl + self._endpointMap["refund"]
39
return super(ZBMobile, self).refund(feature_name, flwRef, amount)
40
+
41
+ def verify(self, txRef):
42
+ feature_name = "Zambia-mobile-money-charge-verify"
43
+ endpoint = self._baseUrl + self._endpointMap["verify"]
44
+ return super(ZBMobile, self).verify(feature_name, txRef)
0 commit comments