Skip to content

Commit

Permalink
Delete AddPaymentMethodActivity from examples (#9389)
Browse files Browse the repository at this point in the history
* Delete AddPaymentMethodActivity from examples

* Fix indentation

* Remove netbanking test

* Delete basic integration CustomerSession from examples (#9388)

* Delete basic integration CustomerSession from examples

* Delete unused import

* Delete tests
  • Loading branch information
amk-stripe authored Oct 7, 2024
1 parent d9e9eb0 commit 8f35fe0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 332 deletions.
2 changes: 0 additions & 2 deletions example/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
<activity android:name=".activity.PaymentAuthActivity" />
<activity android:name=".activity.CardBrandChoiceExampleActivity" />
<activity android:name=".activity.ConfirmSepaDebitActivity" />
<activity android:name=".activity.FpxPaymentActivity" />
<activity android:name=".activity.NetbankingListPaymentActivity" />
<activity android:name=".activity.BecsDebitPaymentMethodActivity" />
<activity android:name=".activity.BacsDebitPaymentMethodActivity" />
<activity android:name=".activity.MultibancoActivity" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ class LauncherActivity : AppCompatActivity() {
activity.getString(R.string.launch_confirm_pm_sepa_debit),
ConfirmSepaDebitActivity::class.java
),
Item(
activity.getString(R.string.netbanking_payment_example),
NetbankingListPaymentActivity::class.java
),
Item(
activity.getString(R.string.fpx_payment_example),
FpxPaymentActivity::class.java
),
Item(
activity.getString(R.string.klarna_source_example),
KlarnaSourceActivity::class.java
Expand Down

This file was deleted.

0 comments on commit 8f35fe0

Please sign in to comment.