Skip to content

Commit

Permalink
feat: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSeob committed Oct 8, 2020
1 parent 09c510d commit ac2d02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const SCRIPT_URL = '//web.tosspayments.com/sdk/alpha/tosspayments.js';
const SCRIPT_URL = 'https://js.tosspayments.com/v1';

function dispatchLoadEvent() {
// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TossPaymentsInstance } from '@tosspayments/sdk-types';

const SCRIPT_URL = '//js.tosspayments.com/v1';
const SCRIPT_URL = 'https://js.tosspayments.com/v1';

let cachedPromise: Promise<any> | undefined;

Expand Down

0 comments on commit ac2d02a

Please sign in to comment.