Skip to content

Commit

Permalink
1. 更新 web sdk 版號 v5.15.1
Browse files Browse the repository at this point in the history
2. 修復 windows edge Direct Pay get prime 失敗
  • Loading branch information
Kevin Kao committed Jun 29, 2023
1 parent 4add94d commit 2fc969c
Show file tree
Hide file tree
Showing 31 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Apple_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Apple_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>

<title>Apple Pay PaymentRequest Example</title>
<style>
Expand Down
4 changes: 2 additions & 2 deletions Atome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Atome/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion CCV_Prime/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<title>CCV Get Prime</title>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion Direct_Pay_iframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
引入 SKD 並且進行初始化

```javascript
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Direct_Pay_iframe/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<title>Direct Pay - iframe</title>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
Expand Down
4 changes: 2 additions & 2 deletions Easy_Wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Easy_Wallet/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Google_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

```html
<script src="https://pay.google.com/gp/p/js/pay.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Google_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<script src="https://pay.google.com/gp/p/js/pay.js"></script>
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<title>Google Pay PaymentRequest Example</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions JKO_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion JKO_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
4 changes: 2 additions & 2 deletions Line_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -70,7 +70,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Line_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Apple_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Apple_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>

<title>Android Pay PaymentRequest Example</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Pay_with_Google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Pay_with_Google/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-180.png">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>

<title>Android Pay PaymentRequest Example</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Support_All_Method/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Android Phone 打開後
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/Support_All_Method/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="./style.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>

<title>Payment Request Button Test</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/TapPay_Payment_Button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Android Phone 打開後
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, "APP_KEY", 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Payment_Request/TapPay_Payment_Button/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>

<title>Payment Request Button Test</title>
<style>
Expand Down
4 changes: 2 additions & 2 deletions Pi_Wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Pi_Wallet/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
4 changes: 2 additions & 2 deletions Plus_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
```

### Step 2
Expand Down Expand Up @@ -66,7 +66,7 @@ clientip | String | 交易者的 IP 位置
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Plus_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Samsung_Pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
首先我們要建立出付款頁面 `index.html` 並且在 `<head></head>` 中引入 SDK

```html
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'SERVER_TYPE')
</script>
Expand Down
2 changes: 1 addition & 1 deletion Samsung_Pay/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-180.png">

<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>


<title>Samsung Pay Example</title>
Expand Down
2 changes: 1 addition & 1 deletion TapPay_Fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
## 2. Setup SDK

```js
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(APP_ID, 'APP_KEY', 'sandbox')
</script>
Expand Down
2 changes: 1 addition & 1 deletion TapPay_Fields/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>TapPay Fields Bootstrap Example</h1>
</div>

<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.1"></script>
<script>
TPDirect.setupSDK(11327, 'app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC', 'sandbox')
TPDirect.card.setup({
Expand Down

0 comments on commit 2fc969c

Please sign in to comment.