mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix the spelling.
This commit is contained in:
parent
d29f462e95
commit
2506b39c32
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class OrderEndpoint {
|
|||
protected $is_fraudnet_enabled;
|
||||
|
||||
/**
|
||||
* The FrauNet entity.
|
||||
* The FraudNet entity.
|
||||
*
|
||||
* @var FraudNet
|
||||
*/
|
||||
|
@ -136,7 +136,7 @@ class OrderEndpoint {
|
|||
* @param PayPalRequestIdRepository $paypal_request_id_repository The paypal request id repository.
|
||||
* @param SubscriptionHelper $subscription_helper The subscription helper.
|
||||
* @param bool $is_fraudnet_enabled true if FraudNet support is enabled in settings, otherwise false.
|
||||
* @param FraudNet $fraudnet The FrauNet entity.
|
||||
* @param FraudNet $fraudnet The FraudNet entity.
|
||||
* @param string $bn_code The BN Code.
|
||||
*/
|
||||
public function __construct(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue