Skip to content

Commit 4ddbfce

Browse files
committed
Documentation for workaround for MAG-518 issue
Will be removed on 3.5.2 version
1 parent 1af3a17 commit 4ddbfce

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/INSTALL-TROUBLESHOOT.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
# Install Troubleshoot
44

5+
## Stripe payments error on 3.5.0 and 3.5.1
6+
7+
This is a known bug that will be fixed on 3.5.2 release. So it is not necessary to keep track of below modifications.
8+
9+
If during installation or on checkout process an exception with message "Payment model name is not provided in config" is raised and store does not have stripe_payments payment method installed, follow bellow instructions as an workaround.
10+
11+
On etc/config.xml find <stripe_payments> tag (line 61) and remove these lines and clear the cache.
12+
13+
```xml
14+
<stripe_payments>
15+
<signifyd_avs_ems_adapter>Signifyd\Connect\Model\Payment\Stripe\Payments\AvsEmsCodeMapper</signifyd_avs_ems_adapter>
16+
<signifyd_cvv_ems_adapter>Signifyd\Connect\Model\Payment\Stripe\Payments\CvvEmsCodeMapper</signifyd_cvv_ems_adapter>
17+
<signifyd_last4_adapter>Signifyd\Connect\Model\Payment\Stripe\Payments\Last4Mapper</signifyd_last4_adapter>
18+
<signifyd_exp_month_adapter>Signifyd\Connect\Model\Payment\Stripe\Payments\ExpMonthMapper</signifyd_exp_month_adapter>
19+
<signifyd_exp_year_adapter>Signifyd\Connect\Model\Payment\Stripe\Payments\ExpYearMapper</signifyd_exp_year_adapter>
20+
</stripe_payments>
21+
```
22+
523
## Third-party cache errors
624

725
If something does not go as expected, try to clear any additional caches on the environment (e.g. PHP APC or OPCache, Redis, Varnish).

0 commit comments

Comments
 (0)