diff --git a/android/app/build.gradle b/android/app/build.gradle
index 27b562cc9504..a8776f4536da 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -149,8 +149,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001011402
- versionName "1.1.14-2"
+ versionCode 1001011403
+ versionName "1.1.14-3"
}
splits {
abi {
diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist
index 9d73d0919834..9fb614746f94 100644
--- a/ios/NewExpensify/Info.plist
+++ b/ios/NewExpensify/Info.plist
@@ -31,7 +31,7 @@
CFBundleVersion
- 1.1.14.2
+ 1.1.14.3
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist
index 45d472b8c951..7c4f6f1bc4bf 100644
--- a/ios/NewExpensifyTests/Info.plist
+++ b/ios/NewExpensifyTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1.1.14.2
+ 1.1.14.3
diff --git a/package-lock.json b/package-lock.json
index 6e97be92c972..a7ecfea82640 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.1.14-2",
+ "version": "1.1.14-3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 78365ada8472..013434c78577 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.1.14-2",
+ "version": "1.1.14-3",
"author": "Expensify, Inc.",
"homepage": "https://new.expensify.com",
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
diff --git a/src/pages/settings/Payments/PaymentsPage.js b/src/pages/settings/Payments/PaymentsPage.js
index 19adca736e72..7a9cb9a14c47 100644
--- a/src/pages/settings/Payments/PaymentsPage.js
+++ b/src/pages/settings/Payments/PaymentsPage.js
@@ -1,5 +1,5 @@
import React from 'react';
-import {ScrollView, View} from 'react-native';
+import {ScrollView} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import PropTypes from 'prop-types';
import PaymentMethodList from './PaymentMethodList';
@@ -143,20 +143,20 @@ class PaymentsPage extends React.Component {
left: this.state.anchorPositionLeft,
}}
>
-
- {!this.props.payPalMeUsername && (
-
+ )}
+ this.addPaymentMethodTypePressed(DEBIT_CARD)}
+ wrapperStyle={styles.pr15}
+ />