This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
eirurepo
/
eiru_payments
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
08ee9f79f9
Branches
Tags
1.0
master
eiru_payments
/
src
/
store
/
state.js
state.js
100 B
Histórico
Raw
1
2
3
4
5
6
const state = {
processingPayments: false,
completedPayments: false
}
export default state