Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
implementation "jp.pay:payjp-android:$payjpSdkVersion"
implementation "jp.pay:payjp-android-cardio:$payjpSdkVersion"
}
2 changes: 0 additions & 2 deletions android/src/main/java/jp/pay/reactnative/PayjpModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import com.facebook.react.module.annotations.ReactModule
import jp.pay.android.Payjp
import jp.pay.android.PayjpConfiguration
import jp.pay.android.PayjpTokenBackgroundHandler
import jp.pay.android.cardio.PayjpCardScannerPlugin
import jp.pay.android.model.ClientInfo
import java.util.Locale

Expand Down Expand Up @@ -70,7 +69,6 @@ class PayjpModule(
.setDebugEnabled(debugEnabled)
.setTokenBackgroundHandler(tokenBackgroundHandler)
.setLocale(locale)
.setCardScannerPlugin(PayjpCardScannerPlugin)
.setClientInfo(clientInfo)
.setThreeDSecureRedirectName(tdsRedirectKey)
.build()
Expand Down
Loading