Merge branch 'trunk' into PCP-1877-improve-line-item-mismatch-handling

This commit is contained in:
Pedro Silva 2023-08-30 17:03:31 +01:00 committed by GitHub
commit fcaf4d495e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
121 changed files with 6058 additions and 498 deletions

View file

@ -690,10 +690,11 @@
<code>listen_for_merchant_id</code>
<code>listen_for_vaulting_enabled</code>
</MissingReturnType>
<PossiblyInvalidArgument occurrences="4">
<PossiblyInvalidArgument occurrences="5">
<code>wp_unslash( $_GET['merchantId'] )</code>
<code>wp_unslash( $_GET['merchantIdInPayPal'] )</code>
<code>wp_unslash( $_GET['ppcpToken'] )</code>
<code>wp_unslash( $_GET['ppcpRetry'] )</code>
<code>wp_unslash( $_POST['ppcp-nonce'] )</code>
</PossiblyInvalidArgument>
</file>