Skip to content

Commit

Permalink
Add hosted-buttons component (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl authored Dec 21, 2023
1 parent 337b8b6 commit 9942725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ export const SDK_QUERY_KEYS = {

export const COMPONENTS = {
BUTTONS: ("buttons": "buttons"),
HOSTED_FIELDS: ("hosted-fields": "hosted-fields"),
CARD_FIELDS: ("card-fields": "card-fields"),
HOSTED_BUTTONS: ("hosted-buttons": "hosted-buttons"),
HOSTED_FIELDS: ("hosted-fields": "hosted-fields"),
};

export const DEBUG = {
Expand Down

0 comments on commit 9942725

Please sign in to comment.