Add more payment gateways

This commit is contained in:
Emili Castells Guasch 2025-01-15 15:10:24 +01:00
parent a14a87b05c
commit d51577723f
2 changed files with 24 additions and 4 deletions

View file

@ -26,7 +26,6 @@ export const resolvers = {
yield dispatch( STORE_NAME ).setIsReady( true );
} catch ( e ) {
yield dispatch( 'core/notices' ).createErrorNotice(
// TODO: Add the module name to the error message.
__(
'Error retrieving payment details.',
'woocommerce-paypal-payments'