Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ use GuzzleHttp\Client; | ... | @@ -17,7 +17,7 @@ use GuzzleHttp\Client; |
17 | use Illuminate\Support\Facades\Log; | 17 | use Illuminate\Support\Facades\Log; |
18 | use Illuminate\Support\Facades\Redis; | 18 | use Illuminate\Support\Facades\Redis; |
19 | 19 | ||
20 | -class PaypalPayment implements PaymentInterface | 20 | +class PayPalPayment implements PaymentInterface |
21 | { | 21 | { |
22 | 22 | ||
23 | const IS_SANDBOX = true; | 23 | const IS_SANDBOX = true; | ... | ... |
-
Please register or login to post a comment