Load buttons component on pay now page

This commit is contained in:
dinamiko 2021-01-05 11:35:47 +01:00
parent 4187fbb93c
commit fc05378dbb

View file

@ -840,6 +840,10 @@ class SmartButton implements SmartButtonInterface {
) {
$load_buttons = true;
}
if ( $this->context() === 'pay-now' ) {
$load_buttons = true;
}
return $load_buttons;
}