Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
storefront-wpdesk-tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
storefront-wpdesk-tests
Merge requests
!4
Disable rest api permissions check
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Disable rest api permissions check
feature/rest-api
into
master
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Krzysztof Dyszczyk
requested to merge
feature/rest-api
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
221eb4dc
1 commit,
4 years ago
4 files
+
27
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
woocommerce/cart/cart-shipping.php
+
0
−
1
Options
@@ -30,7 +30,6 @@ $calculator_text = '';
<?php
if
(
$available_methods
)
:
?>
<ul
id=
"shipping_method"
class=
"woocommerce-shipping-methods"
>
<?php
foreach
(
$available_methods
as
$method
)
:
?>
<?php
error_log
(
print_r
(
$method
,
true
));
?>
<li>
<?php
if
(
1
<
count
(
$available_methods
)
)
{
Loading