Skip to content

Commit

Permalink
Replace turbolinks with turbo (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsmink authored Jan 19, 2023
1 parent 95a4bf8 commit f659436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.0|^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/support": "^9.0",
"rapidez/core": "~0.54"
"rapidez/core": "~0.77"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/mollie.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener('turbolinks:load', () => {
document.addEventListener('turbo:load', () => {
window.app.$on('checkout-credentials-saved', () => {
window.app.magentoCart('get', 'mollie/payment-token').then(response => {
window.app.checkout.mollie = response.data
Expand Down

0 comments on commit f659436

Please sign in to comment.