payment option global state clear
This commit is contained in:
parent
d5f89327d1
commit
74771745f8
|
|
@ -1365,6 +1365,7 @@ function PaymentOptions() {
|
|||
UserId,
|
||||
});
|
||||
} catch (err) {
|
||||
dispatch(changeCommonPaymentOptions([]));
|
||||
console.error('Failed to refresh payment options', err);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue