diff --git a/lib/bloc/fiat/ramp/ramp_fiat_provider.dart b/lib/bloc/fiat/ramp/ramp_fiat_provider.dart index a25b8a06a3..5b3bda845b 100644 --- a/lib/bloc/fiat/ramp/ramp_fiat_provider.dart +++ b/lib/bloc/fiat/ramp/ramp_fiat_provider.dart @@ -309,7 +309,7 @@ class RampFiatProvider extends BaseFiatProvider { 'userAddress': walletAddress, 'finalUrl': returnUrlOnSuccess, 'defaultFlow': 'ONRAMP', - 'enabledFlows': '[ONRAMP]', + 'enabledFlows': 'ONRAMP', 'fiatCurrency': source, 'fiatValue': sourceAmount, 'defaultAsset': getFullCoinCode(target), diff --git a/pubspec.yaml b/pubspec.yaml index 456667bb7b..9ba3957908 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.9.1+0 +version: 0.9.1+1 environment: # TODO: Upgrade mininum Dart version to 3.7.0 only after the release is concluded because