diff --git a/config/repository.php b/config/repository.php
index d0f06b4ac..3123c2789 100755
--- a/config/repository.php
+++ b/config/repository.php
@@ -52,7 +52,7 @@ return [
| Enable or disable cache
|
*/
- 'enabled' => true,
+ 'enabled' => false,
/*
|--------------------------------------------------------------------------
@@ -138,8 +138,8 @@ return [
| 'except' =>['find'],
*/
'allowed' => [
- 'only' => [],
- 'except' => ['findWhere']
+ 'only' => null,
+ 'except' => null
]
],
diff --git a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php
index a83d2c936..1d75eba8a 100644
--- a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php
+++ b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php
@@ -1,52 +1,54 @@
\ No newline at end of file