We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c628d5 commit 31c4590Copy full SHA for 31c4590
packages/checkout/src/hooks/useCheckoutUI/useCreditCardPayment.tsx
@@ -27,7 +27,6 @@ export interface UseCreditCardPaymentArgs {
27
recipientAddress: string
28
targetContractAddress: string
29
txData: Hex
30
- transactionConfirmations?: number
31
creditCardProvider?: CreditCardProviders
32
transakConfig?: TransakConfig
33
onSuccess?: (txHash: string) => void
@@ -65,7 +64,6 @@ export const useCreditCardPayment = ({
65
64
recipientAddress,
66
targetContractAddress,
67
txData,
68
- transactionConfirmations,
69
creditCardProvider,
70
transakConfig,
71
onSuccess,
0 commit comments