Page History
...
Now you need to insert the online store identifier into the widget script (gatewayMerchantId parameter):
Code Block | ||
---|---|---|
| ||
const tokenizationSpecification = {
type: 'PAYMENT_GATEWAY',
parameters: {
'gateway': 'assist',
'gatewayMerchantId': '02510116604241796260'
}
} |