Skip to content

Commit

Permalink
fix: typo in checkout.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Jan 21, 2024
1 parent 8d799cd commit c55541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/checkout.rs
Expand Up @@ -41,7 +41,7 @@ async fn main() {

println!("created a customer at https://dashboard.stripe.com/test/customers/{}", customer.id);

// create a new exmaple project
// create a new example project
let product = {
let mut create_product = CreateProduct::new("T-Shirt");
create_product.metadata = Some(std::collections::HashMap::from([(
Expand Down

0 comments on commit c55541b

Please sign in to comment.