v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
Showing only changes of commit 3cd6718384 - Show all commits

View File

@@ -206,7 +206,7 @@ pub async fn refund_charge(
));
}
let (id, net) = if refund_amount != 0 {
let (id, net) = if refund_amount == 0 {
(None, None)
} else {
match charge.payment_platform {