← All changes
|
app/Modules/PaymentMethods/PayPalGateway/API/DccApplies.php
+1
-1
1.3.21
→
1.6.5
View file →
| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | { |
| 17 | 17 | $this->country = $country; |
| 18 | 18 | $this->currency = $currency; |
| 19 | 19 | if (!$this->country || !$this->currency) { |
| 20 | - throw new \Exception('Please set store country and currency first!'); | |
| 20 | + throw new \Exception(__('Please set store country and currency first!', 'fluent-cart')); | |
| 21 | 21 | } |
| 22 | 22 | $this->allowedCountryCurrencyMatrix = self::dccSupportedCountryCurrencyMatrix(); |
| 23 | 23 | $this->countryCardMatrix = self::countryCardMatrix(); |
| 24 | 24 | } |