Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Dec 2, 2024
1 parent 30cf663 commit 59196fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function getShippingOptionsParameters(selectedShippingMethod) {
}

function handleAuthorised(response) {
console.log('handleAuthorised');
document.querySelector('#result').value = JSON.stringify({
pspReference: response.fullResponse?.pspReference,
resultCode: response.fullResponse?.resultCode,
Expand Down

0 comments on commit 59196fe

Please sign in to comment.