Skip to content

Commit

Permalink
fix: fix GetPaymentFormHTMLParams import
Browse files Browse the repository at this point in the history
  • Loading branch information
depresto committed Jan 8, 2025
1 parent b375c4f commit 8026d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GetPaymentFormHTMLParams } from "./mpg/GetPaymentFormHTMLParams";
import { GetPaymentFormHTMLParams } from "../mpg/GetPaymentFormHTMLParams";

export type CreditCardAgreementTokenParams = GetPaymentFormHTMLParams & {
Version?: "2.0";
Expand Down

0 comments on commit 8026d0e

Please sign in to comment.