Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonHind96 authored Dec 12, 2023
1 parent b4c4c71 commit 57a32a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mollie_cli/src/payments/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use crate::config::ConfigurationService;
use clap::{Parser, Subcommand};
use colored::Colorize;
use mollie_api::models::payment::PaymentResource;
use strum::Display;
mod cancel;
mod create;
mod get;
Expand Down

0 comments on commit 57a32a1

Please sign in to comment.