@@ -55,11 +55,11 @@ |
||
| 55 | 55 | */ |
| 56 | 56 | private function registerPayPal() |
| 57 | 57 | { |
| 58 | - $this->app->singleton('express_checkout', function () { |
|
| 58 | + $this->app->singleton('express_checkout', function() { |
|
| 59 | 59 | return new ExpressCheckout(); |
| 60 | 60 | }); |
| 61 | 61 | |
| 62 | - $this->app->singleton('adaptive_payments', function () { |
|
| 62 | + $this->app->singleton('adaptive_payments', function() { |
|
| 63 | 63 | return new AdaptivePayments(); |
| 64 | 64 | }); |
| 65 | 65 | } |
@@ -196,7 +196,7 @@ |
||
| 196 | 196 | * |
| 197 | 197 | * @throws \Exception |
| 198 | 198 | * |
| 199 | - * @return string |
|
| 199 | + * @return PayPalRequest |
|
| 200 | 200 | */ |
| 201 | 201 | public function setCurrency($currency = 'USD') |
| 202 | 202 | { |