TAMARA_CHECKOUT_VERSION, 'basePath' => __DIR__, 'baseUrl' => plugins_url(null, __FILE__), 'textDomain' => $textDomain, 'services' => [ ViewService::class => [ ], WCTamaraGateway::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayByInstalments::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn2::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn3::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn4::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn5::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn6::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn7::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn8::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn9::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn10::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn11::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayIn12::class => [ 'textDomain' => $textDomain, ], TamaraNotificationService::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayCheckout::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayNow::class => [ 'textDomain' => $textDomain, ], WCTamaraGatewayPayNextMonth::class => [ 'textDomain' => $textDomain, ] ], ]; return $config;