Skip to content

Commit 948bbc3

Browse files
authored
Merge pull request #706 from Syn-McJ/feat/dashspend-redeem-card
feat(dashspen): redeem card
2 parents eaf7b1f + c290f18 commit 948bbc3

95 files changed

Lines changed: 4301 additions & 1272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DashWallet.xcodeproj/project.pbxproj

Lines changed: 68 additions & 32 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "network.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "network@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "network@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
695 Bytes
Loading
1.3 KB
Loading
1.94 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "merchant.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "merchant@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "merchant@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
452 Bytes
Loading
709 Bytes
Loading
1.01 KB
Loading

DashWallet/Sources/Infrastructure/Database/DatabaseConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extension DatabaseConnection {
7070
}
7171

7272
static func migrations() -> [Migration] {
73-
[SeedDB()]
73+
[SeedDB(), AddGiftCardsTable()]
7474
}
7575

7676
static func migrationsBundle() -> Bundle {

0 commit comments

Comments
 (0)