feat(payment): sync plans and add coins rules
This commit is contained in:
@@ -59,7 +59,10 @@ export function PaymentProvider({ children }: PaymentProviderProps) {
|
||||
orderStatus: state.context.orderStatus,
|
||||
errorMessage: state.context.errorMessage,
|
||||
launchNonce: state.context.launchNonce,
|
||||
isLoadingPlans: state.matches("loadingPlans"),
|
||||
isLoadingPlans:
|
||||
state.matches("loadingCachedPlans") ||
|
||||
state.matches("loadingPlans") ||
|
||||
state.matches("refreshingPlans"),
|
||||
isCreatingOrder: state.matches("creatingOrder"),
|
||||
isPollingOrder:
|
||||
state.matches("pollingOrder") || state.matches("waitingForPayment"),
|
||||
|
||||
Reference in New Issue
Block a user