Skip to content

Commit

Permalink
chore(docs): update stories to include new shipping callbacks (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Sep 19, 2023
1 parent 60c68d2 commit 21bf270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stories/braintree/BraintreePayPalButtons.stories.tsx
Expand Up @@ -79,6 +79,8 @@ export default {
createBillingAgreement: { table: { category: COMPONENT_EVENTS } },
createSubscription: { table: { category: COMPONENT_EVENTS } },
onShippingChange: { table: { category: COMPONENT_EVENTS } },
onShippingAddressChange: { table: { category: COMPONENT_EVENTS } },
onShippingOptionsChange: { table: { category: COMPONENT_EVENTS } },
onApprove: { table: { category: COMPONENT_EVENTS } },
onCancel: { table: { category: COMPONENT_EVENTS } },
onClick: { table: { category: COMPONENT_EVENTS } },
Expand Down
2 changes: 2 additions & 0 deletions src/stories/payPalButtons/PayPalButtons.stories.tsx
Expand Up @@ -88,6 +88,8 @@ export default {
createBillingAgreement: { table: { category: COMPONENT_EVENTS } },
createSubscription: { table: { category: COMPONENT_EVENTS } },
onShippingChange: { table: { category: COMPONENT_EVENTS } },
onShippingAddressChange: { table: { category: COMPONENT_EVENTS } },
onShippingOptionsChange: { table: { category: COMPONENT_EVENTS } },
onApprove: { table: { category: COMPONENT_EVENTS } },
onCancel: { table: { category: COMPONENT_EVENTS } },
onClick: { table: { category: COMPONENT_EVENTS } },
Expand Down

0 comments on commit 21bf270

Please sign in to comment.