Skip to content

Commit

Permalink
[EPC-9177] Update label and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 3, 2025
1 parent f61619c commit b9748c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function testProvideFailure()
public function testGetProviderName()
{
$this->assertEquals(
'Adyen processed old webhook notifications',
'Adyen processed webhooks provider',
$this->notificationsProvider->getProviderName()
);
}
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system/adyen_testing_performance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<depends>
<field id="remove_processed_webhooks">1</field>
</depends>
<label>Number of days to remove processed webhooks</label>
<label>Days required to remove processed webhooks</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/adyen_abstract/processed_webhook_removal_time</config_path>
</field>
Expand Down

0 comments on commit b9748c3

Please sign in to comment.