We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818d673 commit 5894821Copy full SHA for 5894821
bootpay/src/main/java/kr/co/bootpay/BootpayWebView.kt
@@ -26,7 +26,7 @@ import java.net.URISyntaxException
26
internal class BootpayWebView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): WebView(context, attrs, defStyleAttr) {
27
28
companion object {
29
- private const val BOOTPAY = "https://inapp.bootpay.co.kr/1.1.3/production.html"
+ private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.2/production.html"
30
31
private const val ERROR = -2
32
0 commit comments