Skip to content

Commit

Permalink
fix(brandpay-sdk): load option 파라미터 선언 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreality64 authored Nov 30, 2023
1 parent 90befe0 commit 46f9ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brandpay-sdk/src/loadBrandPay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type BrandpayParams = Parameters<BrandpayConstructor>;

interface LoadOptions {
src?: string;
network?: Parameters<typeof loadScript>[2];
network?: 'high' | 'low' | 'auto';
}

export function loadBrandPay(
Expand Down

0 comments on commit 46f9ca7

Please sign in to comment.