File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// capture request.
44
55// Using Composer-generated autoload file.
6- require ' vendor/autoload.php ' ;
6+ require __DIR__ . ' /../ vendor/autoload.php ' ;
77// Or, uncomment the line below if you're not using Composer autoloader.
8- // require_once(' lib/CybsSoapClient.php');
8+ // require_once(__DIR__ . '/../ lib/CybsSoapClient.php');
99
1010
1111// Before using this example, you can use your own reference code for the transaction.
Original file line number Diff line number Diff line change 33// authorization with a capture in one request.
44
55// Using Composer-generated autoload file.
6- require 'vendor/autoload.php ' ;
7-
6+ require __DIR__ . '/../vendor/autoload.php ' ;
87// Or, uncomment the line below if you're not using Composer autoloader.
9- // require_once(' lib/CybsSoapClient.php');
8+ // require_once(__DIR__ . '/../ lib/CybsSoapClient.php');
109
1110
1211// Before using this example, you can use your own reference code for the transaction.
You can’t perform that action at this time.
0 commit comments