A basic example of blockly with blocks created specifically for Investec programmable card.
Blocks available:
before transaction- creates the beforeTransaction functionafter transaction- creates the afterTransaction functionafter decline- creates the afterDecline functionauthorization- the fields available from the authorization objecttransaction- the fields available from the transaction objectlog- creates a log statmentapprove- creates a return transaction for the beforeTransaction functioncountries- a list of countriescurrency- a list of currenciesmerchants- a list of merchants
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm installYou will need to run investec-card-server in order to run the project.
npm run startnpm run buildLint with ESLint
npm run lint