We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c7df6 commit 2f851a5Copy full SHA for 2f851a5
src/Gateways/Blocks/MoneiCCBlocksSupport.php
@@ -86,10 +86,10 @@ public function get_payment_method_script_handles() {
86
public function get_payment_method_data() {
87
88
if ( 'no' === $this->get_setting( 'tokenization' ) ) {
89
- $supports = $this->get_supported_features();
+ $supports = $this->gateway->supports;
90
} else {
91
$supports = array(
92
- 'features' => $this->get_supported_features(),
+ 'features' => $this->gateway->supports,
93
'showSavedCards' => true,
94
'showSaveOption' => true,
95
);
0 commit comments