Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci committed Feb 24, 2025
1 parent bfe8a80 commit fc94636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/payment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,9 @@ func TestPayment_InitTomFinanceBnplPayment(t *testing.T) {
}

func TestPayment_ApproveBnplPayment(t *testing.T) {
err := paymentClient.Payment.ApproveBnplPayment(context.Background(), 1)
res, err := paymentClient.Payment.ApproveBnplPayment(context.Background(), 1)
_, _ = spew.Printf("%#v\n", res)

if err != nil {
t.Errorf("Error %s", err)
}
Expand Down

0 comments on commit fc94636

Please sign in to comment.