Skip to content

Commit 5894821

Browse files
author
ehowlsla
committed
payapp update
1 parent 818d673 commit 5894821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootpay/src/main/java/kr/co/bootpay/BootpayWebView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.net.URISyntaxException
2626
internal class BootpayWebView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): WebView(context, attrs, defStyleAttr) {
2727

2828
companion object {
29-
private const val BOOTPAY = "https://inapp.bootpay.co.kr/1.1.3/production.html"
29+
private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.2/production.html"
3030

3131
private const val ERROR = -2
3232

0 commit comments

Comments
 (0)