<?php
require_once ‘./vendor/autoload.php’;
//MAKE AN API REQUEST
$paynow = new Paynow/Payments/Paynow(
‘INTEGRATION_ID’,
‘INTEGRATION_KEY’,
‘http://example.com/gateways/paynow/update’, // This is the result URL
‘http://example.com/return?gateway=paynow’ // This is the return URL
);
when i paste this code after downloading php-sdk with comper its giving an eror “undefined Paynow” i dont know whats going on