@@ -36,14 +36,14 @@ |
||
36 | 36 | return $this->getloyToken; |
37 | 37 | } |
38 | 38 | |
39 | - /** |
|
40 | - * Register a payment provider |
|
41 | - * @param string $paymentMethod Payment method identifier. |
|
42 | - * @param array $config Configuration for the payment method. |
|
43 | - * @return boolean True if the registration completed successfully. |
|
44 | - * @throws Exception If the provided payment method is unsupported or the payment method |
|
45 | - * configuration is incomplete. |
|
46 | - */ |
|
39 | + /** |
|
40 | + * Register a payment provider |
|
41 | + * @param string $paymentMethod Payment method identifier. |
|
42 | + * @param array $config Configuration for the payment method. |
|
43 | + * @return boolean True if the registration completed successfully. |
|
44 | + * @throws Exception If the provided payment method is unsupported or the payment method |
|
45 | + * configuration is incomplete. |
|
46 | + */ |
|
47 | 47 | public function registerPaymentProvider(string $paymentMethod, array $config): bool |
48 | 48 | { |
49 | 49 | try { |