add: app data rename method
This commit is contained in:
parent
35b66c94d0
commit
6f2d556c65
10 changed files with 100 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue