Skip to content

Commit

Permalink
Merge pull request #127 from xendit/TPI-7316/develop-magento
Browse files Browse the repository at this point in the history
Remove payment Credit card subscription
  • Loading branch information
andykim authored Jun 28, 2022
2 parents 926b05c + f3121f4 commit 8c7efe1
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 1,813 deletions.
12 changes: 0 additions & 12 deletions Xendit/M2Invoice/Block/CustomView.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ public function getPaymentMethod()
return $this->getOrder()->getPayment()->getMethodInstance()->getCode();
}

/**
* @return array
*/
public function getSubscriptionConfig()
{
$data = array();
$data['interval'] = $this->dataHelper->getCcSubscriptionInterval();
$data['interval_count'] = $this->dataHelper->getCcSubscriptionIntervalCount();

return $data;
}

/**
* @return string
*/
Expand Down
332 changes: 0 additions & 332 deletions Xendit/M2Invoice/Controller/Checkout/CCCallback.php

This file was deleted.

Loading

0 comments on commit 8c7efe1

Please sign in to comment.