Errors running tests in test-runner.js
fijiwebdesign opened this issue · 2 comments
fijiwebdesign commented
There are some typos and missing files in the samples which causes the node test-runner.js
to fail.
get-list-of-subscriptions.js
declaresgetListOfSubscription()
which should begetListOfSubscriptions()
.test-runner.js
requires./ApplePayTransactions
which does not exist. See the line intest-runner.js:11
which statesvar ApplePayTransactionsModule = require('./ApplePayTransactions');
TransactionReporting/get-settled-batch-list.js
errors due toError Code: E00013
sinceError message: First Settlement Date can not be older than the year of 2017.
fijiwebdesign commented
Fixes for the above added to PR #23
gnongsie commented
Hi,
Thank you for your help in this. We have evaluated the PR and merged it to the master branch.