You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added the get_businesses and generate checkout methods
* updated the readme and added type hinting
* remove the type hint from postioal args
* updated get_businesses method and test cases
* updated user links
* updated documentation for get_businesseses and generate_checkout methods and bump version to 0.05
* updated python matrices versions for ci/cd pipeline
* updated python matrices versions for ci/cd pipeline
* removed py.8 from matrix versions
| ```amount``` | ```integer``` | ```true``` | ```the amount of the whole transaction```
164
208
|```remark```|```string```|```true```|```short detail about the transaction```|
165
209
| ```currency``` | ```string``` | ```false``` | ```The denomination medium of paying (either one of NGN and USD). defaults to NGN```
@@ -177,7 +221,7 @@ test = thepeer_instance.authorize_charge(charge_reference, event)
177
221
| ```charge_reference``` | ```string``` | ```true``` | ```the reference associated to a pending charge request```
178
222
|```event```|```string```|```true```|```the type of webhook event```|
179
223
180
-
**Pro Tip:** the various types of webhook events are available [here](https://docs.thepeer.co/authorization/process-authorization-requests#supported-events)
224
+
**Pro Tip:** the various types of webhook events are available [here](https://docs.thepeer.co/webhooks/overview)
0 commit comments