mpesa-rust
mpesa-rust copied to clipboard
updated Mpesa struct to be thread safe
I changed the initiator_password from a RefCell which is not Sync and caused errors when sending and passing through asynchronous threads.