This commit is contained in:
Frank John Begornia
2023-09-24 17:05:21 +08:00
parent 3dbb9c7ceb
commit 0c42b21966

View File

@@ -294,10 +294,6 @@ class PaypalController extends Controller
if (!Auth::guest()) { if (!Auth::guest()) {
$userId = Auth::user()->id; $userId = Auth::user()->id;
} }
var_dump( $store_array );
if (count($store_array) >= 1 && count($store_array) <= 1) { if (count($store_array) >= 1 && count($store_array) <= 1) {