Skip to content

Commit 72cbfb4

Browse files
authored
Fiserv via hosted form (#124)
1 parent c0b89d4 commit 72cbfb4

File tree

6 files changed

+126
-289
lines changed

6 files changed

+126
-289
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44
## UNRELEASED
55
### Added
66
### Changed
7-
* ui: Add the ability to show a header for the CheckoutActivity
8-
97
### Removed
108
### Fixed
119

10+
## [0.70.0]
11+
### Changed
12+
* ui: Fiserv is now displayed via hosted form
13+
14+
## [0.69.9]
15+
### Changed
16+
* ui: Add the ability to show a header for the CheckoutActivity
17+
1218
## [0.68.8]
1319
### Changed
1420
* ui: Show bin icon instead of minus if the quantity of the line item is 1

ui/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
id(libs.plugins.kotlin.android.get().pluginId)
66
id(libs.plugins.dokka.get().pluginId)
77
id(libs.plugins.kotlin.parcelize.get().pluginId)
8+
alias(libs.plugins.kotlin.serialization)
89
}
910

1011
apply {
@@ -94,9 +95,12 @@ dependencies {
9495
implementation(libs.google.zxing.core)
9596
implementation(libs.googlePlayServices.wallet)
9697
implementation(libs.picasso)
98+
implementation(libs.kotlinx.serializationJson)
99+
implementation(libs.koltin.reflect)
97100
implementation(libs.rekisoftLazyWorker)
98101
implementation(libs.relex.circleindicator)
99102

103+
100104
implementation(libs.bundles.camera)
101105
implementation(libs.bundles.navigation)
102106

0 commit comments

Comments
 (0)