File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Migration Guide
2
2
3
+ ## Migrating from versions < 16.0.0
4
+ - Changes to ` CardInputWidget ` and ` CardMultilineWidget `
5
+ - ` card ` and ` cardBuilder ` are deprecated. Use ` cardParams ` instead.
6
+ - Changes to ` Card `
7
+ - ` number ` and ` cvc ` are deprecated and will be removed in a future release.
8
+ - ` Card.Builder ` is deprecated. Use ` CardParams ` instead.
9
+ - ` Card.fromString() ` , ` Card.fromJson() ` , and ` Card.create() ` are deprecated
10
+ and will be removed in a future release.
11
+ - Changes to ` SourceParams `
12
+ - ` createCardToken() ` that accepts a ` Card ` parameter is deprecated.
13
+ Use ` createCardToken() ` that accepts a ` CardParams ` parameter instead.
14
+ - ` createCardTokenSynchronous() ` that accepts a ` Card ` parameter is deprecated.
15
+ Use ` createCardTokenSynchronous() ` that accepts a ` CardParams ` parameter instead.
16
+ - Changes to ` Stripe `
17
+ - ` createCardParams() ` that accepts a ` Card ` parameter is deprecated.
18
+ Use ` createCardParams() ` that accepts a ` CardParams ` parameter instead.
19
+
3
20
## Migrating from versions < 15.0.0
4
21
- The SDK now targets JVM 1.8
5
22
- The SDK now requires Android 5.0+ (API level 21+)
You can’t perform that action at this time.
0 commit comments