Vendic / magento2-external-checkout

Vue Storefront plugin for external checkout (https://github.com/DivanteLtd/vue-storefront/issues/895)
MIT License
17 stars 14 forks source link

Getting cart error after successful payment error #8

Open omercan opened 5 years ago

omercan commented 5 years ago

Hello,

After successful payment and redirection, I'm getting these errors, can't fix it myself.

Screen Shot 2019-08-24 at 14 40 38

lorenzo-lungo commented 5 years ago

I have the exact same problem, have you figured out a solution?

Tjitse-E commented 5 years ago

@omercan can you update the ticket with some more information? Which Vuestorefront and Magento 2 version are you using? How can I reproduce tthis?

lorenzo-lungo commented 5 years ago

If it's any help I can write down my versions. Magento: 2.3.3 Vue-storefront v1.10.4 Vue-storefront-api v1.10.0 I just installed the magento2 module and then the vs extension following your steps, in the magento 2 configs: checkout path: checkout/cart vuestorefront successpage: http://mylocaldomain.name:3000/order-success where 3000 is the port i assigned to the vuestorefront docker container while order-success is the path i found in the extension routes.ts file in the local.json; "externalCheckout": { "cmsUrl" : "http://mylocaldomain.name/" }, and i have multistore on false. If you need more informations I'm more than ready to help.