Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Update sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Aug 17, 2020
1 parent 13dc740 commit e557d05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@lhci/cli": "^0.4.1",
"@saleor/sdk": "github:mirumee/saleor-sdk#4b2c855",
"@saleor/sdk": "github:mirumee/saleor-sdk#d8645af",
"@sentry/apm": "^5.15.5",
"@sentry/browser": "^5.15.5",
"@stripe/react-stripe-js": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/@next/pages/CheckoutPage/CheckoutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const CheckoutPage: React.FC<IProps> = ({}: IProps) => {
};
const handleSubmitPayment = async (paymentData?: object) => {
console.log("handleSubmitPayment");
const response = await completeCheckout(paymentData);
const response = await completeCheckout({ paymentData });
return {
confirmationData: response.data?.confirmationData,
confirmationNeeded: response.data?.confirmationNeeded,
Expand Down

0 comments on commit e557d05

Please sign in to comment.