Skip to content

Commit 560af02

Browse files
committed
Add CHANGELOG
1 parent a0a3ed9 commit 560af02

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## 0.0.2
2+
3+
The release mostly meant to improve project & code quality.
4+
5+
- Clean code
6+
- Remove unused dependencies
7+
- Add CHANGELOG
8+
9+
*Breaking change:*
10+
- Add missing arguments to EMV3DS access token generation (`establishment_code`, `merchant_name`, `mcc`)
11+
12+
## 0.0.1
13+
14+
The first public release of the package.
15+
It integrates the most basic features of Braspag.
16+
17+
#### Features
18+
- SDK's core initialization with options
19+
- Payments integration (`create_sale`, `get_sale`, `capture_sale`, `cancel_sale`)
20+
- Split Payments integration (`create_split_merchant`)
21+
- Silent Order Post (SOP) integration (`get_access_token`)
22+
- EMV3DS integration (`get_access_token`)

0 commit comments

Comments
 (0)