-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ProductGoogleProductSearch resource
- Loading branch information
Craig Morrissey
committed
Aug 3, 2016
1 parent
71c6d49
commit a3f816c
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/Bigcommerce/Api/Resources/ProductGoogleProductSearch.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
namespace Bigcommerce\Api\Resources; | ||
|
||
use Bigcommerce\Api\Resource; | ||
use Bigcommerce\Api\Client; | ||
|
||
/** | ||
* A product review. | ||
*/ | ||
class ProductGoogleProductSearch extends Resource | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters