Skip to content

Commit

Permalink
Remove empty complete
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 14, 2024
1 parent 71ff364 commit 970d798
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/js/blocks/ApplePayButtonComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ export const ApplePayButtonComponent = ({cart, extensions}) => {
'order_comments': '',
'payment_method': 'mollie_wc_gateway_applepay',
'_wp_http_referer': '/?wc-ajax=update_order_review'
},
complete: (jqXHR, textStatus) => {

},
success: (authorizationResult, textStatus, jqXHR) => {
let result = authorizationResult.data
Expand Down

0 comments on commit 970d798

Please sign in to comment.