Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ where
}
_ => {
// the below is meant as a light joke.. chill out pls
println!("Dunno... Looks Ok but since its not an error i specially check for, here is your result, man... or woman... or they/them");
println!("If the error indicating a missing 'data' field means that the 'plan_id' you are using is invalid. Please verify the 'plan_id' on your Paystack dashboard, ensuring it matches either the live or test environment.");

return Ok(res);
}
};
Expand Down