diff --git a/pkg/service/checkout.go b/pkg/service/checkout.go index a1aa7e38..24cf9834 100644 --- a/pkg/service/checkout.go +++ b/pkg/service/checkout.go @@ -99,8 +99,7 @@ func AuthorizeCharge(amount float64, userWallet string, tokenId string) (auth Au Customer: &payments.Customer{ Name: userWallet, }, - AuthorizationType: "Estimated", - Capture: &capture, + Capture: &capture, } idempotencyKey := checkout.NewIdempotencyKey()