Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Mar 11, 2024
1 parent 379b143 commit 8811626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func main() {
fmt.Printf("Net amount: %v It's probably refund transaction\n", PrintAmount(txn.Net))
continue
} else if txn.Type == "stripe_fee" {
fmt.Printf("Net amount: %v Radar for Fraud teams fee, it's Stripe fee for fraud scereening\n", PrintAmount(txn.Net))
fmt.Printf("Net amount: %v Radar for Fraud teams fee, it's Stripe fee for fraud screening\n", PrintAmount(txn.Net))
continue
} else {
log.Fatalf("Unexpected issue with match from description: '%s' for transaction: %+v", txn.Description, txn)
Expand Down

0 comments on commit 8811626

Please sign in to comment.