|
@@ -112,7 +112,7 @@ export default class TopupNew extends Component {
|
|
|
</View>
|
|
</View>
|
|
|
<View style={styles.contentView}>
|
|
<View style={styles.contentView}>
|
|
|
<View style={styles.topupView}>
|
|
<View style={styles.topupView}>
|
|
|
- <WalletTitle>Choose Top Up Value</WalletTitle>
|
|
|
|
|
|
|
+ <WalletTitle>Choose Credit Value</WalletTitle>
|
|
|
<View style={styles.topupItems}>
|
|
<View style={styles.topupItems}>
|
|
|
{ this.state.topupList.map((item, index) => {
|
|
{ this.state.topupList.map((item, index) => {
|
|
|
return (
|
|
return (
|
|
@@ -147,7 +147,7 @@ export default class TopupNew extends Component {
|
|
|
<View style={ui.flex1}></View>
|
|
<View style={ui.flex1}></View>
|
|
|
<View style={styles.buttonView}>
|
|
<View style={styles.buttonView}>
|
|
|
<Button
|
|
<Button
|
|
|
- text='TOP UP'
|
|
|
|
|
|
|
+ text='Purchase'
|
|
|
elevation={1.5}
|
|
elevation={1.5}
|
|
|
onClick={() => {
|
|
onClick={() => {
|
|
|
PaymentDefault.is2c2p
|
|
PaymentDefault.is2c2p
|