|
|
@@ -117,7 +117,7 @@ const MultiPaymentWindow = (props) => { |
|
|
|
</Grid> |
|
|
|
<Grid item> |
|
|
|
<Button variant="contained" color="white" onClick={selectedPaymentMethodHandle("PPS")} disabled={props.ppsStatus.active === "N"}> |
|
|
|
<img src={PpsIcon} width="80" height="30" alt="PPS"></img> |
|
|
|
<img src={PpsIcon} width="80" height="80" alt="PPS"></img> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|