be-components 3.6.1 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +52 -57
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -11
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +21 -25
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalHtml.js +32 -0
- package/lib/commonjs/Checkout/components/PayPalHtml.js.map +1 -0
- package/lib/commonjs/Checkout/components/PayPalWebview.js +125 -0
- package/lib/commonjs/Checkout/components/PayPalWebview.js.map +1 -0
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +11 -15
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +92 -146
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +7 -5
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +9 -9
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +233 -194
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +19 -17
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +64 -92
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +106 -95
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +80 -106
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +155 -151
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +207 -204
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +73 -66
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +286 -246
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +1 -0
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +25 -30
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +4 -7
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +9 -13
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalHtml.js +25 -0
- package/lib/module/Checkout/components/PayPalHtml.js.map +1 -0
- package/lib/module/Checkout/components/PayPalWebview.js +118 -0
- package/lib/module/Checkout/components/PayPalWebview.js.map +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js +5 -9
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +58 -112
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Components/Checkbox.js +6 -4
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +10 -10
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +233 -194
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +14 -12
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +29 -57
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +71 -60
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +55 -81
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +146 -141
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +204 -201
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +45 -38
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +287 -247
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -0
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalHtml.d.ts +3 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalWebview.d.ts +4 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/PayPalHtml.d.ts +2 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalWebview.d.ts +5 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/index.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/lib/module/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalHtml.d.ts +2 -0
- package/lib/typescript/src/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/src/Checkout/components/PayPalWebview.d.ts +4 -0
- package/lib/typescript/src/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +25 -27
- package/src/Checkout/components/ItemSummaryCard.tsx +4 -6
- package/src/Checkout/components/OrderSummaryCard.tsx +9 -11
- package/src/Checkout/components/PayPalHtml.ts +26 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -1
- package/src/Checkout/components/PayPalWebview.tsx +118 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +5 -8
- package/src/Checkout/index.tsx +68 -96
- package/src/Components/Checkbox.tsx +7 -6
- package/src/Components/Icons.tsx +10 -10
- package/src/Wallet/components/ACHAddCard.tsx +90 -60
- package/src/Wallet/components/AddressCard.tsx +11 -11
- package/src/Wallet/components/AddressManager.tsx +33 -44
- package/src/Wallet/components/FundAccountCard.tsx +52 -51
- package/src/Wallet/components/LinkAccountManager.tsx +49 -59
- package/src/Wallet/components/ManualACHAdd.tsx +99 -79
- package/src/Wallet/components/ManualCardAdd.tsx +119 -95
- package/src/Wallet/components/MyBalance.tsx +38 -40
- package/src/Wallet/components/WalletSetup.tsx +138 -113
- package/src/Wallet/index.tsx +7 -7
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { Button, Checkbox, Text, TextInput } from '../../Components';
|
|
4
|
-
import Colors from '../../constants/colors';
|
|
2
|
+
import { Checkbox } from '../../Components';
|
|
5
3
|
import { WalletApi, WalletHelpers } from '../api';
|
|
4
|
+
import { useColors } from '../../constants/useColors';
|
|
5
|
+
import { Button, Text, TextInput, View } from '../../Components/Themed';
|
|
6
|
+
import { FlatList, KeyboardAvoidingView, Platform } from 'react-native';
|
|
6
7
|
const validator = require('us-bank-account-validator');
|
|
8
|
+
const ach_sections = ['header', 'name', 'bank_name', 'routing_number', 'account_number', 'disclaimer'];
|
|
7
9
|
const ManualACHAdd = ({
|
|
8
10
|
player,
|
|
9
11
|
onAddAccount,
|
|
10
12
|
onCancel
|
|
11
13
|
}) => {
|
|
14
|
+
const Colors = useColors();
|
|
12
15
|
const [loading, setLoading] = useState(false);
|
|
13
16
|
const [error, setError] = useState();
|
|
14
17
|
const [ach_account, setACHAccount] = useState({
|
|
@@ -44,134 +47,146 @@ const ManualACHAdd = ({
|
|
|
44
47
|
}
|
|
45
48
|
setLoading(false);
|
|
46
49
|
};
|
|
50
|
+
const renderSections = data => {
|
|
51
|
+
switch (data.item) {
|
|
52
|
+
case 'header':
|
|
53
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
54
|
+
type: "header",
|
|
55
|
+
style: {
|
|
56
|
+
padding: 20
|
|
57
|
+
}
|
|
58
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
59
|
+
theme: "h1"
|
|
60
|
+
}, "MANUAL ACH ACCOUNT"), /*#__PURE__*/React.createElement(Text, {
|
|
61
|
+
style: {
|
|
62
|
+
marginTop: 4
|
|
63
|
+
},
|
|
64
|
+
theme: "description"
|
|
65
|
+
}, "Complete the form below to add a new ACH account. Once submitted, we will send 2 small deposits to the account to confirm ownership. This process can take up to 3 business days."));
|
|
66
|
+
case 'name':
|
|
67
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
68
|
+
style: {
|
|
69
|
+
padding: 10
|
|
70
|
+
}
|
|
71
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
72
|
+
size: 14,
|
|
73
|
+
theme: "h2"
|
|
74
|
+
}, "Name on account"), /*#__PURE__*/React.createElement(TextInput, {
|
|
75
|
+
style: {
|
|
76
|
+
marginTop: 10
|
|
77
|
+
},
|
|
78
|
+
value: `${player.first_name} ${player.last_name}`,
|
|
79
|
+
editable: false,
|
|
80
|
+
onChangeText: () => console.log('ehy')
|
|
81
|
+
}));
|
|
82
|
+
case 'bank_name':
|
|
83
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
84
|
+
style: {
|
|
85
|
+
padding: 10
|
|
86
|
+
}
|
|
87
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
88
|
+
size: 14,
|
|
89
|
+
theme: "h2"
|
|
90
|
+
}, "Bank Name"), /*#__PURE__*/React.createElement(TextInput, {
|
|
91
|
+
style: {
|
|
92
|
+
marginTop: 10
|
|
93
|
+
},
|
|
94
|
+
keyboardType: "default",
|
|
95
|
+
placeholder: 'Bank Name',
|
|
96
|
+
value: ach_details.bank_name,
|
|
97
|
+
autoFocus: true,
|
|
98
|
+
onChangeText: e => setACHAccount({
|
|
99
|
+
...ach_account,
|
|
100
|
+
ach_details: {
|
|
101
|
+
...ach_details,
|
|
102
|
+
bank_name: e
|
|
103
|
+
}
|
|
104
|
+
})
|
|
105
|
+
}), !bank_valid ? /*#__PURE__*/React.createElement(Text, {
|
|
106
|
+
style: {
|
|
107
|
+
marginTop: 5
|
|
108
|
+
},
|
|
109
|
+
size: 14,
|
|
110
|
+
color: Colors.text.warning
|
|
111
|
+
}, "Bank Name Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
112
|
+
case 'routing_number':
|
|
113
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
114
|
+
style: {
|
|
115
|
+
padding: 10
|
|
116
|
+
}
|
|
117
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
118
|
+
size: 14,
|
|
119
|
+
theme: "h2"
|
|
120
|
+
}, "Routing Number"), /*#__PURE__*/React.createElement(TextInput, {
|
|
121
|
+
style: {
|
|
122
|
+
marginTop: 10
|
|
123
|
+
},
|
|
124
|
+
keyboardType: "number-pad",
|
|
125
|
+
placeholder: 'xxxxxx911',
|
|
126
|
+
value: ach_details.routing_number,
|
|
127
|
+
onChangeText: e => setACHAccount({
|
|
128
|
+
...ach_account,
|
|
129
|
+
ach_details: {
|
|
130
|
+
...ach_details,
|
|
131
|
+
routing_number: e
|
|
132
|
+
}
|
|
133
|
+
})
|
|
134
|
+
}), !routing_valid.isValid ? /*#__PURE__*/React.createElement(Text, {
|
|
135
|
+
style: {
|
|
136
|
+
marginTop: 5
|
|
137
|
+
},
|
|
138
|
+
size: 14,
|
|
139
|
+
color: Colors.text.warning
|
|
140
|
+
}, "Routing Number Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
141
|
+
case 'account_number':
|
|
142
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
143
|
+
style: {
|
|
144
|
+
padding: 10,
|
|
145
|
+
paddingBottom: 150
|
|
146
|
+
}
|
|
147
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
148
|
+
size: 14,
|
|
149
|
+
theme: "h2"
|
|
150
|
+
}, "Account Number"), /*#__PURE__*/React.createElement(TextInput, {
|
|
151
|
+
style: {
|
|
152
|
+
marginTop: 10
|
|
153
|
+
},
|
|
154
|
+
keyboardType: "number-pad",
|
|
155
|
+
value: ach_details.account_number,
|
|
156
|
+
placeholder: 'xxxxxxxxx0000',
|
|
157
|
+
onChangeText: e => setACHAccount({
|
|
158
|
+
...ach_account,
|
|
159
|
+
ach_details: {
|
|
160
|
+
...ach_details,
|
|
161
|
+
account_number: e
|
|
162
|
+
}
|
|
163
|
+
})
|
|
164
|
+
}), !account_valid.isValid ? /*#__PURE__*/React.createElement(Text, {
|
|
165
|
+
style: {
|
|
166
|
+
marginTop: 5
|
|
167
|
+
},
|
|
168
|
+
size: 14,
|
|
169
|
+
color: Colors.text.warning
|
|
170
|
+
}, "Account Number Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
171
|
+
default:
|
|
172
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
173
|
+
}
|
|
174
|
+
};
|
|
47
175
|
return /*#__PURE__*/React.createElement(View, {
|
|
48
176
|
style: {
|
|
49
177
|
flex: 1
|
|
50
178
|
}
|
|
51
|
-
}, /*#__PURE__*/React.createElement(
|
|
52
|
-
style: {
|
|
53
|
-
padding: 20
|
|
54
|
-
}
|
|
55
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
56
|
-
size: 26,
|
|
57
|
-
color: Colors.brand.midnight,
|
|
58
|
-
weight: "bold"
|
|
59
|
-
}, "MANUAL ACH ACCOUNT"), /*#__PURE__*/React.createElement(Text, {
|
|
60
|
-
style: {
|
|
61
|
-
marginTop: 10
|
|
62
|
-
},
|
|
63
|
-
size: 16,
|
|
64
|
-
color: Colors.brand.midnight,
|
|
65
|
-
weight: "regular"
|
|
66
|
-
}, "Complete the form below to add a new ACH account. Once submitted, we will send 2 small deposits to the account to confirm ownership. This process can take up to 3 business days.")), /*#__PURE__*/React.createElement(ScrollView, {
|
|
67
|
-
style: {
|
|
68
|
-
flex: 1,
|
|
69
|
-
padding: 20
|
|
70
|
-
}
|
|
71
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
72
|
-
style: {
|
|
73
|
-
marginTop: 10
|
|
74
|
-
}
|
|
75
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
76
|
-
size: 14,
|
|
77
|
-
color: Colors.brand.midnight,
|
|
78
|
-
weight: "semibold"
|
|
79
|
-
}, "Name on account"), /*#__PURE__*/React.createElement(TextInput, {
|
|
80
|
-
style: {
|
|
81
|
-
marginTop: 10
|
|
82
|
-
},
|
|
83
|
-
value: `${player.first_name} ${player.last_name}`,
|
|
84
|
-
editable: false,
|
|
85
|
-
onChangeText: () => console.log('ehy')
|
|
86
|
-
})), /*#__PURE__*/React.createElement(View, {
|
|
87
|
-
style: {
|
|
88
|
-
marginTop: 16
|
|
89
|
-
}
|
|
90
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
91
|
-
size: 14,
|
|
92
|
-
color: Colors.brand.midnight,
|
|
93
|
-
weight: "semibold"
|
|
94
|
-
}, "Bank Name"), /*#__PURE__*/React.createElement(TextInput, {
|
|
179
|
+
}, /*#__PURE__*/React.createElement(KeyboardAvoidingView, {
|
|
95
180
|
style: {
|
|
96
|
-
|
|
97
|
-
},
|
|
98
|
-
keyboardType: "default",
|
|
99
|
-
placeholderTextColor: Colors.shades.shade600,
|
|
100
|
-
placeholder: 'Bank Name',
|
|
101
|
-
value: ach_details.bank_name,
|
|
102
|
-
autoFocus: true,
|
|
103
|
-
onChangeText: e => setACHAccount({
|
|
104
|
-
...ach_account,
|
|
105
|
-
ach_details: {
|
|
106
|
-
...ach_details,
|
|
107
|
-
bank_name: e
|
|
108
|
-
}
|
|
109
|
-
})
|
|
110
|
-
}), !bank_valid ? /*#__PURE__*/React.createElement(Text, {
|
|
111
|
-
style: {
|
|
112
|
-
marginTop: 5
|
|
113
|
-
},
|
|
114
|
-
size: 14,
|
|
115
|
-
color: Colors.utility.warning
|
|
116
|
-
}, "Bank Name Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(View, {
|
|
117
|
-
style: {
|
|
118
|
-
marginTop: 16
|
|
119
|
-
}
|
|
120
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
121
|
-
size: 14,
|
|
122
|
-
color: Colors.brand.midnight,
|
|
123
|
-
weight: "semibold"
|
|
124
|
-
}, "Routing Number"), /*#__PURE__*/React.createElement(TextInput, {
|
|
125
|
-
style: {
|
|
126
|
-
marginTop: 10
|
|
127
|
-
},
|
|
128
|
-
placeholderTextColor: Colors.shades.shade600,
|
|
129
|
-
keyboardType: "number-pad",
|
|
130
|
-
placeholder: 'xxxxxx911',
|
|
131
|
-
value: ach_details.routing_number,
|
|
132
|
-
onChangeText: e => setACHAccount({
|
|
133
|
-
...ach_account,
|
|
134
|
-
ach_details: {
|
|
135
|
-
...ach_details,
|
|
136
|
-
routing_number: e
|
|
137
|
-
}
|
|
138
|
-
})
|
|
139
|
-
}), !routing_valid.isValid ? /*#__PURE__*/React.createElement(Text, {
|
|
140
|
-
style: {
|
|
141
|
-
marginTop: 5
|
|
142
|
-
},
|
|
143
|
-
size: 14,
|
|
144
|
-
color: Colors.utility.warning
|
|
145
|
-
}, "Routing Number Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(View, {
|
|
146
|
-
style: {
|
|
147
|
-
marginTop: 16
|
|
148
|
-
}
|
|
149
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
150
|
-
size: 14,
|
|
151
|
-
color: Colors.brand.midnight,
|
|
152
|
-
weight: "semibold"
|
|
153
|
-
}, "Account Number"), /*#__PURE__*/React.createElement(TextInput, {
|
|
154
|
-
style: {
|
|
155
|
-
marginTop: 10
|
|
156
|
-
},
|
|
157
|
-
placeholderTextColor: Colors.shades.shade600,
|
|
158
|
-
keyboardType: "number-pad",
|
|
159
|
-
value: ach_details.account_number,
|
|
160
|
-
placeholder: 'xxxxxxxxx0000',
|
|
161
|
-
onChangeText: e => setACHAccount({
|
|
162
|
-
...ach_account,
|
|
163
|
-
ach_details: {
|
|
164
|
-
...ach_details,
|
|
165
|
-
account_number: e
|
|
166
|
-
}
|
|
167
|
-
})
|
|
168
|
-
}), !account_valid.isValid ? /*#__PURE__*/React.createElement(Text, {
|
|
169
|
-
style: {
|
|
170
|
-
marginTop: 5
|
|
181
|
+
flex: 1
|
|
171
182
|
},
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
183
|
+
behavior: Platform.OS == 'ios' ? 'padding' : 'height'
|
|
184
|
+
}, /*#__PURE__*/React.createElement(FlatList, {
|
|
185
|
+
key: "manual_ach_sections",
|
|
186
|
+
keyExtractor: item => item,
|
|
187
|
+
data: ach_sections,
|
|
188
|
+
renderItem: renderSections
|
|
189
|
+
})), /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(Button, {
|
|
175
190
|
style: {
|
|
176
191
|
flexDirection: 'row',
|
|
177
192
|
alignItems: 'center',
|
|
@@ -189,14 +204,14 @@ const ManualACHAdd = ({
|
|
|
189
204
|
marginLeft: 10
|
|
190
205
|
},
|
|
191
206
|
size: 14,
|
|
192
|
-
|
|
207
|
+
theme: "description"
|
|
193
208
|
}, "I understand that by continuing, we will send 2 small deposits to this bank account to confirm ownership. Once received, I will enter the amounts here."))), error ? /*#__PURE__*/React.createElement(View, {
|
|
194
209
|
style: {
|
|
195
210
|
padding: 10
|
|
196
211
|
}
|
|
197
212
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
198
213
|
size: 16,
|
|
199
|
-
color: Colors.
|
|
214
|
+
color: Colors.text.warning,
|
|
200
215
|
textAlign: "center",
|
|
201
216
|
weight: "semibold"
|
|
202
217
|
}, error)) : /*#__PURE__*/React.createElement(React.Fragment, null), account.status == 'pending' ? /*#__PURE__*/React.createElement(View, {
|
|
@@ -212,10 +227,7 @@ const ManualACHAdd = ({
|
|
|
212
227
|
opacity: loading ? 0.5 : 1
|
|
213
228
|
},
|
|
214
229
|
disabled: loading,
|
|
215
|
-
|
|
216
|
-
padding: 15,
|
|
217
|
-
borderWidth: 1,
|
|
218
|
-
borderColor: Colors.brand.electric,
|
|
230
|
+
type: "error",
|
|
219
231
|
onPress: () => onCancel()
|
|
220
232
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
221
233
|
title: "ADD ACCOUNT",
|
|
@@ -225,9 +237,7 @@ const ManualACHAdd = ({
|
|
|
225
237
|
},
|
|
226
238
|
disabled: !valid || loading || error ? true : false,
|
|
227
239
|
loading: loading,
|
|
228
|
-
|
|
229
|
-
padding: 15,
|
|
230
|
-
backgroundColor: Colors.utility.success,
|
|
240
|
+
type: "success",
|
|
231
241
|
onPress: () => handleAddAccount()
|
|
232
242
|
})) : account.status == 'verify' ? /*#__PURE__*/React.createElement(View, {
|
|
233
243
|
style: {
|
|
@@ -240,10 +250,7 @@ const ManualACHAdd = ({
|
|
|
240
250
|
flex: 1,
|
|
241
251
|
marginRight: 5
|
|
242
252
|
},
|
|
243
|
-
|
|
244
|
-
padding: 15,
|
|
245
|
-
borderWidth: 1,
|
|
246
|
-
borderColor: Colors.brand.electric,
|
|
253
|
+
type: "error",
|
|
247
254
|
onPress: () => onCancel()
|
|
248
255
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
249
256
|
title: "VERIFY TRANSACTIONS SENT",
|
|
@@ -251,9 +258,7 @@ const ManualACHAdd = ({
|
|
|
251
258
|
flex: 3
|
|
252
259
|
},
|
|
253
260
|
disabled: true,
|
|
254
|
-
|
|
255
|
-
backgroundColor: Colors.brand.slate,
|
|
256
|
-
padding: 15,
|
|
261
|
+
backgroundColor: Colors.absolutes.brand.slate,
|
|
257
262
|
onPress: () => console.log('')
|
|
258
263
|
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
259
264
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","
|
|
1
|
+
{"version":3,"names":["React","useState","Checkbox","WalletApi","WalletHelpers","useColors","Button","Text","TextInput","View","FlatList","KeyboardAvoidingView","Platform","validator","require","ach_sections","ManualACHAdd","player","onAddAccount","onCancel","Colors","loading","setLoading","error","setError","ach_account","setACHAccount","account","getEmptyACHAccount","ach_details","getEmptyACHDetail","disclaimer","setDisclaimer","bank_valid","bank_name","routing_valid","routingNumber","routing_number","account_valid","accountNumber","account_number","valid","handleAddAccount","resp","addACHAccount","ach_detail","e","renderSections","data","item","createElement","type","style","padding","theme","marginTop","size","value","first_name","last_name","editable","onChangeText","console","log","keyboardType","placeholder","autoFocus","color","text","warning","Fragment","isValid","paddingBottom","flex","behavior","OS","key","keyExtractor","renderItem","flexDirection","alignItems","paddingLeft","paddingRight","onPress","checked","disabled","onSelect","marginLeft","textAlign","weight","status","title","marginRight","opacity","backgroundColor","absolutes","brand","slate"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManualACHAdd.tsx"],"mappings":"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","ignoreList":[]}
|