add: app data rename method

This commit is contained in:
trisua 2025-07-19 23:21:01 -04:00
parent 35b66c94d0
commit 6f2d556c65
10 changed files with 100 additions and 12 deletions

View file

@ -131,7 +131,7 @@ async fn main() {
let client = Client::new();
let mut app = Router::new();
// cretae stripe client
// create stripe client
let stripe_client = if let Some(ref stripe) = config.stripe {
Some(StripeClient::new(stripe.secret.clone()))
} else {