-
Notifications
You must be signed in to change notification settings - Fork 78
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
React/Core: added Whatsapp Catalog component to Botonic #2954
Open
AlbertGom
wants to merge
5
commits into
master-lts
Choose a base branch
from
feature/blt-1308-whatsapp-catalog
base: master-lts
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
AlbertGom
changed the title
Feature/blt 1308 whatsapp catalog
Core and React: added Whatsapp Catalog component to Botonic
Jan 14, 2025
AlbertGom
force-pushed
the
feature/blt-1308-whatsapp-catalog
branch
from
January 14, 2025 08:43
58bd239
to
c33b77e
Compare
AlbertGom
changed the title
Core and React: added Whatsapp Catalog component to Botonic
React/Core: added Whatsapp Catalog component to Botonic
Jan 14, 2025
vanbasten17
approved these changes
Jan 15, 2025
Iru89
approved these changes
Jan 15, 2025
<!-- _Set as [Draft PR](https://github.blog/2019-02-14-introducing-draft-pull-requests/) if it's not ready to be merged_. [PR best practices Reference](https://blog.codeminer42.com/on-writing-a-great-pull-request-37c60ce6f31d/) --> ## Description Added [Whatsapp Product](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/sell-products-and-services/share-products/) component to Botonic <!-- - Must be clear and concise (2-3 lines). - Don't make reviewers think. The description should explain what has been implemented or what it's used for. If a pull request is not descriptive, people will be lazy or not willing to spend much time on it. - Be explicit with the names (don't abbreviate and don't use acronyms that can lead to misleading understanding). - If you consider it appropriate, include the steps to try the new features. --> ## Context Component used to sent one product of the WhatsApp catalog. <!-- - What problem is trying to solve this pull request? - What are the reasons or business goals of this implementation? - Can I provide visual resources or links to understand better the situation? --> ## Approach taken / Explain the design <!-- - Explain what the code does. - If it's a complex solution, try to provide a sketch. --> ## To document / Usage example ``` render() { return ( <WhatsappProduct body='Product sent from the bot' catalogId='891387976146180' productId='p6ng7fghmh' /> ) } ``` ![Captura de pantalla de 2025-01-14 09-55-55](https://github.com/user-attachments/assets/eb41b6cb-e150-42f6-82f3-d201fbc3068e) <!-- - How this is used? - If possible, provide a snippet of code with a usage example. --> ## Testing The pull request... - has unit tests
AlbertGom
force-pushed
the
feature/blt-1308-whatsapp-catalog
branch
from
January 28, 2025 12:45
bea36c4
to
1dba0bf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added Whatsapp Catalog component to Botonic
Context
Component used to send the Whatsapp Catalog linked to the bot's phone number.
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...