Skip to content

Commit

Permalink
ADD: Customer Commit on Address Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Nov 22, 2019
1 parent 99ecd41 commit 26ce484
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/splashsync/src/Objects/Address/HooksTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

namespace Splash\Local\Objects\Address;

use Address;
use Splash\Client\Splash;

/**
Expand Down Expand Up @@ -72,9 +73,9 @@ public function hookactionObjectAddressDeleteAfter($params)
/**
* This function is called after each action on a address object
*
* @param object $address Prestashop Address Object
* @param string $action Performed Action
* @param string $comment Action Comment
* @param Address $address Prestashop Address Object
* @param string $action Performed Action
* @param string $comment Action Comment
*/
private function hookactionAddress($address, $action, $comment)
{
Expand Down

0 comments on commit 26ce484

Please sign in to comment.