Skip to content

Commit d79381d

Browse files
authored
add refund (#231)
1 parent c91e991 commit d79381d

5 files changed

Lines changed: 2047 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "payment-compliance-scoring"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[lib]
7+
crate-type = ["cdylib"]
8+
9+
[dependencies]
10+
soroban-sdk = { workspace = true }
11+
12+
[dev-dependencies]
13+
soroban-sdk = { workspace = true, features = ["testutils"] }

0 commit comments

Comments
 (0)