Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you need to insert the online store identifier into the widget script (gatewayMerchantId parameter):

Code Block
languagejs
const tokenizationSpecification = {
  type: 'PAYMENT_GATEWAY',
  parameters: {
    'gateway': 'assist',
    'gatewayMerchantId': '02510116604241796260'
  }
}