Skip to content

Commit

Permalink
chore: ignore doc codes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Aug 20, 2023
1 parent c586379 commit 5c9d8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
//! methods that return builders:
//!
//! * Submit Order - Sends the payment request that needs to be processed
//! ```rust,no_run
//! ```rust,no_run,ignore
//! use pesapal::{PesaPal, Environment};
//! use std::env;
//! use dotenvy::dotenv;
Expand Down Expand Up @@ -194,7 +194,7 @@
//! ```
//!
//! * List IPN URL - List IPN URL
//! ```rust,no_run
//! ```rust,no_run,ignore
//! use pesapal::{PesaPal, Environment};
//! use std::env;
//! use dotenvy::dotenv;
Expand All @@ -215,7 +215,7 @@
//! ```
//!
//! * Transaction Status - Transaction Status
//! ```rust,no_run
//! ```rust,no_run,ignore
//! use pesapal::{PesaPal, Environment};
//! use std::env;
//! use dotenvy::dotenv;
Expand Down

0 comments on commit 5c9d8a4

Please sign in to comment.