関数
AdminErrorStore::getRefund1155Error()
説明 説明
Thanks LINE!
ファイル: src/Errors/AdminErrorStore.php
public function getRefund1155Error() { return (new LinePayError( 1155, 'TRANSACTION_TYPE_CANNOT_BE_REFUNDED', 400, __('This transaction is in a non-refundable state.', 'wcex_linepay'), __('This transaction is in a non-refundable state.', 'wcex_linepay') ))->setLogger($this->logger); }