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
{{ message }}
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
The function hookdisplayPaymentEU() currently only returns an array for each payment method which includes {'cta_text' => ..., 'logo' => ..., 'action' => ...} but in Version 1.6.1 there are new methods available. So this should be changed to {'cta_text' => ..., 'logo' => ..., 'form' => ...} including the form for each payment on the checkout page, so that a true OPC can be possible.
The function
hookdisplayPaymentEU()currently only returns an array for each payment method which includes{'cta_text' => ..., 'logo' => ..., 'action' => ...}but in Version 1.6.1 there are new methods available. So this should be changed to{'cta_text' => ..., 'logo' => ..., 'form' => ...}including theformfor each payment on the checkout page, so that a true OPC can be possible.