edit vendor/magento/module-sales/etc/webapi.xml
baris 112:
- <route url="/V1/invoices/:id/void" method="POST">
+ <route url="/V1/invoices/:id/voidInvoice" method="POST">
edit vendor/magento/module-sales/Block/Adminhtml/Order/Invoice/View.php
baris 242:
- return $this->getUrl('sales/*/void', ['invoice_id' => $this->getInvoice()->getId()]);
+ return $this->getUrl('sales/*/voidInvoice', ['invoice_id' => $this->getInvoice()->getId()]);
edit vendor/magento/module-sales/Block/Adminhtml/Order/Creditmemo/View.php
baris 183:
- return $this->getUrl('sales/*/void', ['creditmemo_id' => $this->getCreditmemo()->getId()]);
+ return $this->getUrl('sales/*/voidCreditmemo', ['creditmemo_id' => $this->getCreditmemo()->getId()]);
edit vendor/magento/module-sales/Controller/Adminhtml/Order/Invoice/Void.php
baris 9:
- class Void extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\View
+ class VoidInvoice extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice\View
edit vendor/magento/module-sales/Controller/Adminhtml/Order/Creditmemo/Void.php
baris 10:
- class Void extends \Magento\Backend\App\Action
+ class VoidCreditmemo extends \Magento\Backend\App\Action
ganti nama
vendor/magento/module-sales/Controller/Adminhtml/Order/Creditmemo/Void.php
untuk
vendor/magento/module-sales/Controller/Adminhtml/Order/Creditmemo/VoidCreditmemo.php
ganti nama
vendor/magento/module-sales/Controller/Adminhtml/Order/Invoice/Void.php
untuk
vendor/magento/module-sales/Controller/Adminhtml/Order/Invoice/VoidInvoice.php