Closed yenicelik closed 1 year ago
once in payment-stripe.rs , once in payment.rs (or user.rs?). Remove the duplicate implementation, can lead to bugs
First occurrence: https://github.com/llamanodes/web3-proxy/blob/main/web3_proxy/src/frontend/users/payment.rs#L101
Second occurrence: https://github.com/llamanodes/web3-proxy/blob/main/web3_proxy/src/frontend/users/payment_stripe.rs#L26
/user/deposits/stripe is in use. we can delete /user/balance/stripe
once in payment-stripe.rs , once in payment.rs (or user.rs?). Remove the duplicate implementation, can lead to bugs