Skip to content

Commit

Permalink
paymentチェック緩和
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Nov 25, 2023
1 parent 0be9e99 commit aeedc63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bench/isupipe/client_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ func (c *Client) GetPaymentResult(ctx context.Context) (*PaymentResult, error) {
return nil, err
}

if err := ValidateResponse(req, paymentResp); err != nil {
return nil, err
}

return paymentResp, nil
}

0 comments on commit aeedc63

Please sign in to comment.