File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ class RampFiatProvider extends BaseFiatProvider {
309
309
'userAddress' : walletAddress,
310
310
'finalUrl' : returnUrlOnSuccess,
311
311
'defaultFlow' : 'ONRAMP' ,
312
- 'enabledFlows' : '[ ONRAMP] ' ,
312
+ 'enabledFlows' : 'ONRAMP' ,
313
313
'fiatCurrency' : source,
314
314
'fiatValue' : sourceAmount,
315
315
'defaultAsset' : getFullCoinCode (target),
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 0.9.1+0
18
+ version : 0.9.1+1
19
19
20
20
environment :
21
21
# TODO: Upgrade mininum Dart version to 3.7.0 only after the release is concluded because
You can’t perform that action at this time.
0 commit comments