mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
coding standards for webhook module
This commit is contained in:
parent
653a765235
commit
7fcda592f7
19 changed files with 813 additions and 409 deletions
|
@ -31,7 +31,7 @@ class ReturnUrlEndpoint {
|
|||
exit;
|
||||
}
|
||||
|
||||
$wcOrderId = $this->sanitizeCustomId( $order->purchaseUnits()[0]->customId() );
|
||||
$wcOrderId = $this->sanitize_custom_id( $order->purchaseUnits()[0]->customId() );
|
||||
if ( ! $wcOrderId ) {
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue