Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
melekhine committed Aug 9, 2023
1 parent b17c5b0 commit d06766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify_test.go
Expand Up @@ -211,7 +211,7 @@ func TestHook(t *testing.T) {

if notify.Type == RefundNotify {
if notify.Refund.RefundSplits[1].Commission.Amount.Value != 0.02 {
t.Error("Split refuns amount is wrong")
t.Error("Split refunds amount is wrong")
}
}

Expand Down

0 comments on commit d06766e

Please sign in to comment.