Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 20, 2024
1 parent b698865 commit d63de1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { BillingAddress, PaymentCard } from '@xyo-network/payment-payload-plugins'
import { BillingAddressSchema, PaymentCardSchema } from '@xyo-network/payment-payload-plugins'

import { toTokenRequest } from '../toTokenRequest'
import { toTokenRequest } from '../toTokenRequest.ts'

describe('toTokenRequest', () => {
const cases: [PaymentCard, BillingAddress][] = [
Expand Down

0 comments on commit d63de1a

Please sign in to comment.