Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Single Product #193

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

derrickobedgiu1
Copy link
Contributor

Extract from previous bundled PR

public function test_send_single_product()
{
$this->markTestIncomplete(
'This test requires real catalog id and product sku id.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incompleted tests are not accepted

@aalbarca aalbarca added the request changes PR reviewed but with request changes label Jul 14, 2024
@@ -301,6 +301,25 @@ public function test_send_reply_buttons()
$this->assertEquals(false, $response->isError());
}

public function test_send_single_product()
{
$catalog_id = '<catalog-id>';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is possible to create some object to retrieve a catalog_id and a product_sku_id?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be to get the catalog_id and product_sku_id from the sample test credentials file? If that's what you mean I can proceed to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request changes PR reviewed but with request changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants