Search found 37 matches

by nowrap
16 Aug 2023, 17:01
Forum: Laravel package
Topic: got this error when I make order
Replies: 4
Views: 14755

Re: got this error when I make order

Thx for pointing me in the right direction.

I think, we didn't change the default plugins:
ak_plugins.png
ak_plugins.png (65.81 KiB) Viewed 14417 times
But we added a custom BasketPlugin.

// edit
Deactivating this doesn't trigger the error message.
Reenabling makes the error message occur again.
by nowrap
14 Aug 2023, 20:10
Forum: Laravel package
Topic: got this error when I make order
Replies: 4
Views: 14755

Re: got this error when I make order

Hello, we are also facing this issue in a 2022.10 installation now. Adding an item to the basket and navigating to /shop/basket shows this error - before entering any data in the checkout process. The $problems array contains this: array:1 [▼ // vendor/aimeos/aimeos-core/src/MShop/Plugin/Provider/Or...
by nowrap
14 Aug 2023, 12:56
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

Thx alot, i will test this tonight and report back

// EDIT
it works ;)
Tested with this test card number - 4000002760003184
A failed response is catched correctly and a successful also.

https://github.com/aimeoscom/ai-payment ... Stripe.php
by nowrap
14 Aug 2023, 12:08
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

Thx alot.
I adept this for our used aimeos/ai-payments 2022.10.6 and report back.

So the setData() [2023.x] or setCustomerData() [2022.x] is only needed if there is a customer?
by nowrap
14 Aug 2023, 11:46
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

$this->context()->user() is null and throws an exception that the customerId for setCustomerData() is not a string
(the screenshot shows it: download/file.php?id=1571)
by nowrap
13 Aug 2023, 09:37
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

I found this aimeos/ai-payments github issue:
https://github.com/aimeoscom/ai-payments/issues/37

It's the same line i was testing with.
But forcing the if statement to become true throws a follow up exception with user context.
by nowrap
11 Aug 2023, 20:30
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

I also tested the stripe payment without our custom payment decorator.
But it still behaves the same.
by nowrap
11 Aug 2023, 18:48
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

I added dumps() to the updatePush() or updateSync() methods. But none are printed. The redirect url from stripe look like this: /shop/confirm/stripe?payment_intent=pi_<id>&payment_intent_client_secret=pi_<id2>_secret_<id3>&source_redirect_slug=test_<long_id> // EDIT But it's reaching updateS...
by nowrap
11 Aug 2023, 14:20
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29261

Re: stripe & mastercard SecureID

It seems that there is an omnipay-stripe issue:
https://github.com/thephpleague/omnipay ... issues/225
by nowrap
11 Aug 2023, 14:20
Forum: Laravel package
Topic: changes in jqadm templates not affect
Replies: 7
Views: 16519

Re: changes in jqadm templates not affect

Thx for the reply.

We solved this by using custom.js and custom.css plus an own api controller for getting the needed data for the javascript.
So the template isn't needed to be overridden.