issued static method

String issued()

Implementation

static String issued() {
  var script = "if (window.BootpayIssued && window.BootpayIssued.postMessage) { BootpayIssued.postMessage(JSON.stringify(data)); }";
  return  "if (data.event === 'issued') { $script }";
}