Skip to content

Commit 90d4668

Browse files
committed
add missing import after merge
1 parent 6de3dba commit 90d4668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/template-retail-react-app/app/pages/checkout/partials/sf-payments-sheet.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import {
5353
} from '@salesforce/retail-react-app/app/utils/sf-payments-utils'
5454
import logger from '@salesforce/retail-react-app/app/utils/logger-instance'
5555
import {PAYMENT_GATEWAYS} from '@salesforce/retail-react-app/app/constants'
56+
import {useCustomerType} from '@salesforce/commerce-sdk-react'
5657

5758
const SFPaymentsSheet = forwardRef((props, ref) => {
5859
const {onRequiresPayButtonChange, onCreateOrder, onError} = props

0 commit comments

Comments
 (0)