tuna-software / android-sdk

Our android SDK.
Other
3 stars 0 forks source link

Tuna UI: Implement payment method selection on checkout screen #59

Closed Luiz-Otavio-Dorigon closed 2 years ago

Luiz-Otavio-Dorigon commented 2 years ago

tunacommons/theme.xml: Style card view content; tunaui/TunaCheckoutFragment.kt: Select and display payment method; tunaui/TunaCardFlag.kt: Extension that returns the card's flag; tunaui/PaymentMethod.kt: Use extension; tunaui/TunaCheckoutItemWidget.kt: Add click on card view content; tunaui/widget_address_checkout.xml: Apply style; tunaui/widget_item_checkout.xml: Apply style; tunaui/widget_promo_code_checkout.xml: Apply style;

47