You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On checkout page after enter card details and place order button click error throws from magewire/post/livewire/message/checkout.payment.method.authnetcim request
error was TypeError: Cannot access offset of type string on string in /srv/public_html/vendor/paradoxlabs/authnetcim/Observer/PaymentMethodAssignDataObserver.php:285
Payment was deducted from card but order was not placed.
Expected Behavior
After place order button clicked order was place and success page occurred.
Minimal reproduction of the problem with instructions
Enable module and setup sandbox detail
Go to checkout page and select Autorize credit card payment and enter card details
Click on place order button than error throw.
What is the motivation / use case for changing the behavior?
suggesting $result['customerPaymentProfileIdList'] is a string in this case. I haven't seen that in my testing.
Could you email your tokenbase-debug.log or tokenbase.log file to support@paradoxlabs.com, and reference this issue (github #14)? That should let us see the exact API data that caused the error.
🐛 Bug report
Current Behavior
On checkout page after enter card details and place order button click error throws from magewire/post/livewire/message/checkout.payment.method.authnetcim request
error was TypeError: Cannot access offset of type string on string in /srv/public_html/vendor/paradoxlabs/authnetcim/Observer/PaymentMethodAssignDataObserver.php:285
Payment was deducted from card but order was not placed.
Expected Behavior
After place order button clicked order was place and success page occurred.
Minimal reproduction of the problem with instructions
Enable module and setup sandbox detail
Go to checkout page and select Autorize credit card payment and enter card details
Click on place order button than error throw.
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: