.github/workflows | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
paypal-rs
A rust library that wraps the paypal api asynchronously.
Documentation: https://docs.rs/paypal-rs
Currently in early development.
Testing
You need the enviroment variables PAYPAL_CLIENTID and PAYPAL_SECRET to be set.
cargo test --lib