Matthew Abbott
Matthew Abbott
Hi, Really digging this project, I've been using it the last couple of days for some internal project documentation. One thing I've found is that the HTML output can be...
HandlebarsJS supports the notion of subexpressions, whereby the results of expression helpers can be passed to other helpers, e.g.: ``` {{outer-helper (inner-helper 'abc') 'def'}} ``` See http://handlebarsjs.com/expressions.html This might be...
With the current `IIssuingClient`, there is a focus on getting/setting card information, but crucially, I think its missing these two operations for retrieving card transactions: https://api-reference.checkout.com/#tag/Transactions/paths/~1issuing~1transactions/get https://api-reference.checkout.com/#tag/Transactions/paths/~1issuing~1transactions~1%7BtransactionId%7D/get Is this on...
Enable scenarios where content can be inserted into a a partial template as child content, alongside existing functionality that supports arguments and parameters. ### Declaring zones in a partial template...