Midtrans / Midtrans-Magento2

Official Midtrans Payment Module for Magento 2 | https://midtrans.com
MIT License
2 stars 7 forks source link

2.3.2 Fix Bug default client-key #16

Closed Xaxxis closed 4 years ago

Xaxxis commented 4 years ago

Fix bug default client-key Fix null merchant-id on the optional payment section when use default account

Xaxxis commented 4 years ago

Approved. Please go ahead merge.

minor questions, why sometime the '1' is string and sometime just int 1?

getDataConfig('payment/snap/settings/enable_redirect') == '1'

V.S

getDataConfig('payment/settings/enable_log') == 1

should be the same. I forgot to push these changes '1' to 1. Thank you for review