Skip to content

Commit e372e2d

Browse files
committed
better paragraph
1 parent c22066f commit e372e2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/checkout/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const App = () => {
4242
<img src="../../public/docs/checkout-modal.png">
4343
</div>
4444

45-
Sequence Pay Checkout allows users to purchase NFTs using various payment methods. Users can pay with the main currency (e.g., ETH), swap tokens for payment, or use a credit card (if the smart contract is whitelisted).
45+
Sequence Pay Checkout allows users to purchase NFTs using various payment methods. Users can pay with the main currency (e.g., ETH), swap tokens for payment, or use a credit card provided the smart contract is whitelisted (contact a member of the Sequence team to whitelist your contract for credit card payments).
4646

4747
## Basic Usage
4848

@@ -135,8 +135,6 @@ The `@0xsequence/kit-checkout` library indeed simplifies the integration of Web3
135135
```js
136136
import { useERC1155SaleContractPaymentModal } from '@0xsequence/kit-checkout'
137137

138-
const { openERC1155SaleContractPaymentModal } = useERC1155SaleContractPaymentModal()
139-
140138
const MyComponent = () => {
141139
const { openERC1155SaleContractPaymentModal } = useERC1155SaleContractPaymentModal()
142140

0 commit comments

Comments
 (0)