I have defined a global.price variable in the index.js file.
global.price=11;
The value of global.price comes as undefined in iyzico.js, how can I solve this?
var request = {
locale: Iyzipay.LOCALE.TR,
conversationId: '123456789',
price: global.price,