Skip to content

Commit

Permalink
Adherent removal
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharced committed Feb 15, 2023
1 parent 0174700 commit 0fdab0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ced/fnacapiclient",
"version": "6.6.6",
"version": "6.6.7",
"description": "Simple PHP wrapper for FNAC API",
"require": {
"laminas/laminas-http" : ">=2.3.2",
Expand Down
2 changes: 0 additions & 2 deletions src/FnacApiGui/src/FnacApiGui/Controller/OffersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function updateOffer($options)
}


//Customize work
public function updateOfferBulk($options) {
extract($options);
$offer = new Offer();
Expand All @@ -66,7 +65,6 @@ public function updateOfferBulk($options) {
$offer->setQuantity($options['quantity']);
$offer->setPrice($options['price']['price']);

$offer->setAdherentPrice($options['adherent_price']['special_price']);
$offer->setPromotion($options['promotion_data']);

$offer->setProductState($options['product_state']);
Expand Down

0 comments on commit 0fdab0e

Please sign in to comment.