Nothing
context("Check status evaluate")
testthat::test_that("check_status_evaluate() works", {
transaction <- "evaluate_163966785813042760"
vcr::use_cassette("check_status_evaluate", {
res <- check_status_evaluate(transaction, wait = FALSE, env = "staging")
})
expect_true(res)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.