Skip to content

Commit

Permalink
pass hostedButtonId via query param
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Jan 17, 2024
1 parent 72e75b0 commit b005bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/zoid/buttons/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
hostedButtonId: {
type: "string",
required: false,
queryParam: true,
},

displayOnly: {
Expand Down
1 change: 1 addition & 0 deletions src/zoid/checkout/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ export function getCheckoutComponent(): CheckoutComponent {
hostedButtonId: {
type: "string",
required: false,
queryParam: true,
},
},

Expand Down

0 comments on commit b005bc1

Please sign in to comment.