From 950a0202053ba568f7d6bc1b2267b1ecca5dc1af Mon Sep 17 00:00:00 2001 From: bu-tokumitsu Date: Thu, 2 Oct 2025 20:08:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?PayjpCardScannerPlugin=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 1 - android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt | 2 -- 2 files changed, 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 9623463..f74ae0a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,7 +84,6 @@ android { dependencies { implementation "jp.pay:payjp-android:$payjpSdkVersion" - implementation "jp.pay:payjp-android-cardio:$payjpSdkVersion" implementation "androidx.appcompat:appcompat:1.7.0" implementation "io.card:android-sdk:5.5.1" diff --git a/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt b/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt index 58a6e76..4c009c7 100644 --- a/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt +++ b/android/src/main/kotlin/jp/pay/flutter/PayjpFlutterPlugin.kt @@ -36,7 +36,6 @@ import io.flutter.plugin.common.MethodChannel.Result import jp.pay.android.Payjp import jp.pay.android.PayjpCardForm import jp.pay.android.PayjpConfiguration -import jp.pay.android.cardio.PayjpCardScannerPlugin import jp.pay.android.model.ClientInfo import jp.pay.android.model.ExtraAttribute import jp.pay.android.model.TenantId @@ -109,7 +108,6 @@ class PayjpFlutterPlugin: MethodCallHandler, FlutterPlugin, ActivityAware { .setDebugEnabled(debugEnabled) .setTokenBackgroundHandler(cardFormModule) .setLocale(locale) - .setCardScannerPlugin(PayjpCardScannerPlugin) .setClientInfo(clientInfo) .setThreeDSecureRedirectName(tdsRedirectKey) .build()) From 7d80ba67fd66d7a9d69dd8067099de6f264e9f53 Mon Sep 17 00:00:00 2001 From: bu-tokumitsu Date: Thu, 2 Oct 2025 20:27:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Android=20card.io=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f74ae0a..716baa7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -86,5 +86,4 @@ dependencies { implementation "jp.pay:payjp-android:$payjpSdkVersion" implementation "androidx.appcompat:appcompat:1.7.0" - implementation "io.card:android-sdk:5.5.1" }