Skip to content

Commit

Permalink
Merge pull request #87 from shopware/fix/add-missing-return-to-spb-65
Browse files Browse the repository at this point in the history
fix: add missing return to spb
  • Loading branch information
cyl3x authored Jan 30, 2025
2 parents 7c0177a + 72cefad commit 5aae59a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export default class SwagPayPalSmartPaymentButtons extends SwagPaypalAbstractSta
* @return {Promise}
*/
createOrder(product = 'spb') {
super.createOrder(product);
return super.createOrder(product);
}
}

0 comments on commit 5aae59a

Please sign in to comment.