File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55use Printful \PrintfulApiClient ;
66use Printful \PrintfulProductsApi ;
77
8- require_once __DIR__ . '../../vendor/autoload.php ' ;
8+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
99
1010/**
1111 * This example fill will demonstrate how to delete Product and it's variants using Products Api
Original file line number Diff line number Diff line change 66use Printful \PrintfulProductsApi ;
77use Printful \Structures \Sync \Responses \SyncProductsResponse ;
88
9- require_once __DIR__ . '../../vendor/autoload.php ' ;
9+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1010
1111/**
1212 * This example fill will demonstrate how to get list of products in your store using Products API
Original file line number Diff line number Diff line change 66use Printful \PrintfulProductsApi ;
77use Printful \Structures \Sync \Responses \SyncVariantResponse ;
88
9- require_once __DIR__ . '../../vendor/autoload.php ' ;
9+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1010
1111/**
1212 * This example fill will demonstrate how to get a single Variant using id and external id
Original file line number Diff line number Diff line change 77use Printful \PrintfulProductsApi ;
88use Printful \Structures \Sync \SyncProductCreationParameters ;
99
10- require_once __DIR__ . '../../vendor/autoload.php ' ;
10+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1111
1212/**
1313 * This example fill will demonstrate usage of Products API using data in an array
Original file line number Diff line number Diff line change 99use Printful \Structures \Sync \Requests \SyncVariantRequest ;
1010use Printful \Structures \Sync \SyncProductCreationParameters ;
1111
12- require_once __DIR__ . '../../vendor/autoload.php ' ;
12+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1313
1414/**
1515 * This example fill will demonstrate usage of Products API in mixed fashion
Original file line number Diff line number Diff line change 1111use Printful \Structures \Sync \Requests \SyncVariantRequestOption ;
1212use Printful \Structures \Sync \SyncProductCreationParameters ;
1313
14- require_once __DIR__ . '../../vendor/autoload.php ' ;
14+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1515
1616/**
1717 * This example fill will demonstrate usage of Products API in OOP fashion
Original file line number Diff line number Diff line change 88use Printful \Structures \Sync \Requests \SyncProductRequest ;
99use Printful \Structures \Sync \SyncProductUpdateParameters ;
1010
11- require_once __DIR__ . '../../vendor/autoload.php ' ;
11+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1212
1313/**
1414 * This example fill will demonstrate how to update Product using Products Api
Original file line number Diff line number Diff line change 77use Printful \PrintfulProductsApi ;
88use Printful \Structures \Sync \Requests \SyncVariantRequest ;
99
10- require_once __DIR__ . '../../vendor/autoload.php ' ;
10+ require_once __DIR__ . '/ ../../vendor/autoload.php ' ;
1111
1212/**
1313 * This example fill will demonstrate how to update Variant using Products Api
You can’t perform that action at this time.
0 commit comments