mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 23:55:01 +01:00
@@ -162,7 +162,7 @@ pub async fn pay_request(
|
||||
if status.is_success() {
|
||||
println!("Successfully posted payment");
|
||||
} else {
|
||||
println!("{:?}", res);
|
||||
println!("{res:?}");
|
||||
println!("Error posting payment");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user