Skip to content

Commit

Permalink
Merge pull request #6 from mguzowski-shift4/feature/remove_cross_sales
Browse files Browse the repository at this point in the history
removing Cross Sales
  • Loading branch information
el-dot authored Nov 8, 2023
2 parents 8ce906a + c699884 commit a561641
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 761 deletions.
10 changes: 0 additions & 10 deletions lib/Shift4/Request/CheckoutRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ public function customerId($customerId)
return $this->set('customerId', $customerId);
}

public function getCrossSaleOfferIds()
{
return $this->get('crossSaleOfferIds');
}

public function crossSaleOfferIds($crossSaleOfferIds)
{
return $this->set('crossSaleOfferIds', $crossSaleOfferIds);
}

public function getRememberMe()
{
return $this->get('rememberMe');
Expand Down
80 changes: 0 additions & 80 deletions lib/Shift4/Request/CrossSaleOfferListRequest.php

This file was deleted.

143 changes: 0 additions & 143 deletions lib/Shift4/Request/CrossSaleOfferRequest.php

This file was deleted.

37 changes: 0 additions & 37 deletions lib/Shift4/Request/CrossSaleOfferRequestCharge.php

This file was deleted.

27 changes: 0 additions & 27 deletions lib/Shift4/Request/CrossSaleOfferRequestSubscription.php

This file was deleted.

Loading

0 comments on commit a561641

Please sign in to comment.