airwallex / airwallex-payment-android

Airwallex PA Android SDK
MIT License
8 stars 12 forks source link

[MOB-1123] Filter payment methods #73

Closed aw-hector closed 1 year ago

aw-hector commented 1 year ago

Since the hasSchema=true filter logic already exists in code, this Pr just:

github-actions[bot] commented 1 year ago

Unit Test Results

235 tests  +1   235 :heavy_check_mark: +1   1m 30s :stopwatch: -22s   97 suites ±0       0 :zzz: ±0    97 files   ±0       0 :x: ±0 

Results for commit f60b2d75. ± Comparison against base commit 88295f9d.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both. ``` com.airwallex.android.core.AirwallexPluginsTest ‑ test can't get action component provider com.airwallex.android.core.AirwallexPluginsTest ‑ test get redirect action component provider ``` ``` com.airwallex.android.core.AirwallexPluginsTest ‑ test can't get action component provider when no providers are registered com.airwallex.android.core.AirwallexPluginsTest ‑ test get redirect action component provider when hasSchema is false com.airwallex.android.core.AirwallexPluginsTest ‑ test get redirect action component provider when hasSchema is true ```