diff --git a/Api/Data/CardTypeTransactionInterface.php b/Api/Data/CardTypeTransactionInterface.php new file mode 100644 index 0000000..b487885 --- /dev/null +++ b/Api/Data/CardTypeTransactionInterface.php @@ -0,0 +1,44 @@ + + * @license See LICENSE for license details. + */ + +declare(strict_types=1); + +namespace PagBank\PaymentMagento\Api\Data; + +/** + * Interface Card Type Transaction - Data Card Type Transaction. + * + * @api + * + * @since 100.0.1 + */ +interface CardTypeTransactionInterface +{ + /** + * @const string + */ + public const PAGBANK_CARD_TYPE_TRANSACTION = 'card_type_transaction'; + + /** + * Get Card Type Transaction. + * + * @return string + */ + public function getCardTypeTransaction(); + + /** + * Set Card Type Transaction. + * + * @param string $cardTypeTransaction + * + * @return void + */ + public function setCardTypeTransaction($cardTypeTransaction); +} diff --git a/Api/GuestListInstallmentsManagementInterface.php b/Api/GuestListInstallmentsManagementInterface.php index db2ed5e..995df3c 100644 --- a/Api/GuestListInstallmentsManagementInterface.php +++ b/Api/GuestListInstallmentsManagementInterface.php @@ -22,13 +22,15 @@ interface GuestListInstallmentsManagementInterface /** * Generate the list installments by credit card. * - * @param string $cartId - * @param \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + * @param string $cartId + * @param \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + * @param \PagBank\PaymentMagento\Api\Data\CardTypeTransactionInterface $cardTypeTransaction * * @return mixed */ public function generateListInstallments( $cartId, - \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin, + \PagBank\PaymentMagento\Api\Data\CardTypeTransactionInterface $cardTypeTransaction = null ); } diff --git a/Api/ListInstallmentsManagementInterface.php b/Api/ListInstallmentsManagementInterface.php index 0115fe0..d796859 100644 --- a/Api/ListInstallmentsManagementInterface.php +++ b/Api/ListInstallmentsManagementInterface.php @@ -22,13 +22,15 @@ interface ListInstallmentsManagementInterface /** * Generate the list installments by credit card number. * - * @param int $cartId - * @param \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + * @param int $cartId + * @param \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + * @param \PagBank\PaymentMagento\Api\Data\CardTypeTransactionInterface $cardTypeTransaction * * @return mixed */ public function generateListInstallments( $cartId, - \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin + \PagBank\PaymentMagento\Api\Data\CreditCardBinInterface $creditCardBin, + \PagBank\PaymentMagento\Api\Data\CardTypeTransactionInterface $cardTypeTransaction = null ); } diff --git a/Block/Adminhtml/System/Config/Apps.php b/Block/Adminhtml/System/Config/Apps.php new file mode 100644 index 0000000..1b12328 --- /dev/null +++ b/Block/Adminhtml/System/Config/Apps.php @@ -0,0 +1,67 @@ + + * @license See LICENSE for license details. + */ + +namespace PagBank\PaymentMagento\Block\Adminhtml\System\Config; + +use Magento\Backend\Block\Template\Context; +use Magento\Config\Block\System\Config\Form\Field; +use Magento\Framework\Data\Form\Element\AbstractElement; + +/** + * Class Apps - Type apps. + * + * @SuppressWarnings(PHPMD.CamelCaseMethodName) + * @SuppressWarnings(PHPMD.CamelCasePropertyName) + */ +class Apps extends Field +{ + /** + * Template oAuth. + */ + public const TEMPLATE = 'PagBank_PaymentMagento::system/config/apps.phtml'; + + /** + * @param Context $context + */ + public function __construct( + Context $context + ) { + parent::__construct($context); + $this->setTemplate(self::TEMPLATE); + } + + /** + * Override render method to remove label and td elements + * + * @param AbstractElement $element + */ + public function render(AbstractElement $element) + { + $html = '
During checkout, if the customer tries to purchase and their order is denied, the number of attempts will increase. This feature is useful to prevent automated fraud attempts.
","During checkout, if the customer tries to purchase and their order is denied, the number of attempts will increase. This feature is useful to prevent automated fraud attempts.
" +"Activate after the order value exceeds","Activate after the order value exceeds" +"3D Secure authentication will be required if the order value exceeds the value registered here.","3D Secure authentication will be required if the order value exceeds the value registered here." +"We recommend using values that exceed the normal ticket, which may indicate possible fraud.
","We recommend using values that exceed the normal ticket, which may indicate possible fraud.
" +"If the order contains the SKU","If the order contains the SKU" +"You can register multiple SKUs, use commas to separate them. 3D Secure authentication will be required if the order contains the SKU.","You can register multiple SKUs, use commas to separate them. 3D Secure authentication will be required if the order contains the SKU." +"If you have products that are more sensitive to fraud, you can register these SKUs here.
","If you have products that are more sensitive to fraud, you can register these SKUs here.
" "Capture phone in the payment form?","Capture phone in the payment form?" "Installment and interest","Installment and interest" "Maximum number of installment","Maximum number of installment" @@ -193,7 +219,7 @@ Title,Title "Number of installments you want to accept without applying interest","Number of installments you want to accept without applying interest" "The minimum installment price","The minimum installment price" "It is the minimum value that the installment can have","It is the minimum value that the installment can have" -"Pague com PagBank","Pague com PagBank" +"Pagar com PagBank","Pagar com PagBank" "O botão de pagamento que deixa você um passo à frente da concorrência!","O botão de pagamento que deixa você um passo à frente da concorrência!" Developers,Developers "Meet our Wiki.","Meet our Wiki." @@ -275,4 +301,6 @@ Pix,Pix "cc_cardholder_name","Holder name" "three_ds_session","3DS Session ID" "three_ds_auth","3DS Authentication Type" -"three_ds_auth_status","3DS Authentication Status" \ No newline at end of file +"three_ds_auth_status","3DS Authentication Status" +"cc_authorization_code","Authorization Code" +"cc_nsu","NSU" \ No newline at end of file diff --git a/i18n/not_automatically_collected.csv b/i18n/not_automatically_collected.csv index efa8888..ce4054c 100644 --- a/i18n/not_automatically_collected.csv +++ b/i18n/not_automatically_collected.csv @@ -16,6 +16,8 @@ "three_ds_session","3DS Session ID" "three_ds_auth","3DS Authentication Type" "three_ds_auth_status","3DS Authentication Status" +"cc_authorization_code","Authorization Code" +"cc_nsu","NSU" [pt_BR] "qr_code_image","Imagem do Qr Code" "qr_code","Qr Code" @@ -33,4 +35,6 @@ "cc_cardholder_name","Nome Impresso" "three_ds_session","Id da Sessão 3DS" "three_ds_auth","Tipo de Autenticação 3DS" -"three_ds_auth_status","Status da Autenticação 3DS" \ No newline at end of file +"three_ds_auth_status","Status da Autenticação 3DS" +"cc_authorization_code","Código da Autorização" +"cc_nsu","NSU" \ No newline at end of file diff --git a/i18n/pt_BR.csv b/i18n/pt_BR.csv index b288d38..512ba67 100644 --- a/i18n/pt_BR.csv +++ b/i18n/pt_BR.csv @@ -11,6 +11,7 @@ Production,Produção "You are connected to PagBank. =)","Você foi conectado ao PagBank. =)" "Unable to get the code, try again. =(","Não foi possível obter o código, tente novamente. =(" "You should not be here...","Não é para você estar aqui..." +"Not apply.","Não Aplicado." "PagBank, error when checking order status.","PagBank, erro ao verificar o status do pedido." "It is not possible to check the status of order %1, please perform a manual verification.","Não é possível verificar o status do pedido %1, por favor, realize uma verificação manual." "Transaction has been declined. Please try again later.","Pedido recusado, por favor, tente mais tarde." @@ -21,10 +22,11 @@ Production,Produção "1 day","1 dia" "3 days","3 dias" "%1 minutes","%1 minutos" +"Invalid JSON was returned by the gateway","Comunicação inválida com o processador de pagamento." "Pay for Order #%1","Pagamento do pedido #%1" "Order Canceled.","Pedido Cancelado." -"Awaiting payment review.","Aguardando revisão do pagamento." "Awaiting payment.","Aguardando pagamento." +"Awaiting payment review.","Aguardando revisão do pagamento." "Gateway rejected the transaction.","Gateway rejeitou a transação." "Sandbox - Environment for tests","Sandbox - Ambiente de teste" "1 installment","1 parcela" @@ -70,16 +72,19 @@ Finished,Finalizado "token update returns errors code: %1","Erro ao atualizar o token: %1" "Querying the status of the order at the gateway.","Consultando o status do pedido no gateway." "Order cancelled, payment deadline has expired.","Pedido cancelado, prazo de pagamento expirou." -"Order %1 was in state %2 has been updated to state %3 expired?","O pedido %1 estava no estado %2 foi atualizado para o estado %3 expirou?" +"Order %1 was in state %2 has been updated to state %3.","O pedido %1 estava no estado %2 foi atualizado para o estado %3." "Order not found","Pedido não encontrado" "Update not available because the initial state is incompatible: %1","Atualização não disponível pois state inicial é incompativel: %1" "Boleto Bancário - PagBank","Boleto Bancário - PagBank" "Cartão de Crédito - PagBank","Cartão de Crédito - PagBank" +"Pay in PagBank","Pagar no PagBank" "Pix - PagBank","Pix - PagBank" "Get Payment Update","Obter Atualização de Pagamento" "This decision will not change the status in PagBank.","Esta decisão não mudará o status no PagBank." "Accept Offline Payment","Aceitar Pagamento Offline" "Deny Offline Payment","Negar Pagamento Offline" +"Not implemented","Não implementado" +"Capture can not be performed through vault","A captura não pode ser realizada através do cofre" Due,Vencimento Instruction,Instruções "Not available.","Não disponível." @@ -91,28 +96,28 @@ Link,Link "Payer Tax Id","CPF/CNPJ do Pagador" "Pay by Compute","Pagar pelo Computador" "Pay by Mobile","Pagar pelo Celular" +"Payer Phone","Telefone do Pagador" "Pix Qr Code","Pix Qr Code" "Pix Copy and Paste","Pix Cópia e Cola" -"Payer Phone","Telefone do Pagador" "The Boleto barcode is","O código de barras do boleto é" Copy,Copiar Copied,Copiado "To make the payment:","Para realizar o pagamento:" "Access your PagBank account by clicking on the link:","Acesse sua conta PagBank clicando no link:" "You must be redirected to PagBank to complete the payment.","Você deve será redirecionado ao PagBank para concluir o pagamento." -"Use the camera on your mobile device to scan the QR Code:","Use a câmera do seu celular para escanear o Qr Code:" -"Pay in PagBank","Pagar com PagBank" -"You must click the link indicated by the camera.","Você deve clicar no link indicado pela câmera para concluir o pagamento diretamente sua conta PagBank." -"To pay, read the Qr Code","Para o pagamento, faço a leitura do Qr Code" "Open the PagBank app on your phone;","Abra no seu celular o aplicativo PagBank;" "Go to the Pix/Qr Code option;","Vá em na opção Pix/Qr Code;" -"Select the option "Pay with Qr Code";","Escolha a opção "Pagar com Qr Code"; e" +"Select the option Pay with Qr Code;","Escolha a opção Pagar com Qr Code; e" "Scan the Qr Code:","Faça a leitura do Qr Code:" +"Pay in PagBank","Pagar com PagBank" +"Atenção o Qr Code gerado só é válido para uso no aplicatico do PagBank.","Atenção o Qr Code gerado só é válido para uso no aplicatico do PagBank." +"To pay, read the Qr Code","Para o pagamento, faço a leitura do Qr Code" "Or if you prefer, copy and paste the code","Ou se preferir, copie e cole o código" "Boleto Information","Informações do Boleto" Waiting...,Aguardando... "Place Order","Concluir Pagamento" -"Credit Card Information","Informações do Cartão de Crédito" +"Card Information","Informações do Cartão" +"Type Transaction","Tipo de Pagamento" "Credit Card Number","Número do Cartão de Crédito" "What is this?","O que é isso?" "CVV - Card Verification Number","CVV - Código de Segurança" @@ -122,8 +127,10 @@ Waiting...,Aguardando... "Select Instalmment","Selecione o Parcelamento" "Save for later use.","Salvar para uso futuro." "A 3-digit number in italics on the back of your credit card.","Um número de 3 dígitos em itálico no verso do seu cartão de crédito." +"Card Type","Tipo de Cartão" Month,Mês Year,Ano +"Information for paying with PagBank","Informações para pagar com PagBank" "Payer Information","Informação do Pagador" "Payer Tax id","CPF/CNPJ do Pagador" "Payer Full Name","Nome do Pagador" @@ -137,12 +144,14 @@ expires,expirando "%1x of %2 %3","%1x de %2 %3" "card issuer","banco emissor" "Verification of data","Confirmação de dados" -"Confirm my data","Comfirmar meus dados" +"Confirm my data","Confirmar meus dados" "This type of card is not accepted.","Este tipo de cartão não é aceito." "Please enter a valid credit card type number.","Insira um número de tipo de cartão de crédito válido." "Please enter a valid credit card number.","Por favor digite um número de cartão de crédito válido." "Please enter a valid credit card verification number.","Insira um número de verificação de cartão de crédito válido (CVV)." "Please provide a valid CPF/CNPJ.","Forneça um CPF/CNPJ válido." +"Credit","Crédito" +"Debit","Débito" "Unable to complete the payment with this card, please verify the information and try again.","Não foi possível concluir o pagamento com este cartão, por favor verifique as informações e tente novamente." "Error while processing Payment","Erro ao processar o pagamento." Ok,Ok @@ -186,9 +195,22 @@ Title,Título "3D Secure","3D Secure" "3D Secure configuration.","3D Secure configuração." "Authorization is required to use this service. Please get in touch with PagBank for further assistance.","Para utilizar esse serviço você precisa de autorização. Por favor entre em contato com a PagBank." +"Enabled Debit Card","Habilitar cartão de débito" +"Allow payment with debit card.","Permitir pagamento com cartão de débito" "Reject payment not authenticated","Rejeitar pagamentos não autenticados" "Instruction before challenge","Instrução antes do desafio" "%1 and %2 are two variables, they will be replaced by the card's flag and the issuer bank's name, respectively.","%1 e %2 são duas variáveis que serão substituídas pela bandeira do cartão e pelo nome do banco emissor, respectivamente." +"Activation rules","Regras de ativação" +"Advanced settings for 3D Secure application.","Configurações avançadas para aplicação do 3D Secure." +"Activate after the number of failed attempts","Ativar após número de tentativas falhas" +"3D Secure authentication will be required if the number of purchase attempts (that fail) exceeds the value registered here.","Será solicitada a autenticação via 3D Secure caso o número de tentativas de compras (que derem falha) supere o valor aqui cadastrado." +"During checkout, if the customer tries to purchase and their order is denied, the number of attempts will increase. This feature is useful to prevent automated fraud attempts.
","Durante o checkout se o cliente tentar comprar e tiver o seu pedido negado, será acrescido o número de tentativas. Esse recurso é útil para previnir tentativas de fraude automatizadas.
" +"Activate after the order value exceeds","Ativar após valor do pedido exceder" +"3D Secure authentication will be required if the order value exceeds the value registered here.","Será solicitada a autenticação via 3D Secure caso o valor do pedido supere o valor aqui cadastrado." +"We recommend using values that exceed the normal ticket, which may indicate possible fraud.
","Recomendamos que utilize valores que superem o ticket normal, o que pode ser um indicativo de uma possível fraude.
" +"If the order contains the SKU","Se o pedido contiver o SKU" +"You can register multiple SKUs, use commas to separate them. 3D Secure authentication will be required if the order contains the SKU.","Você pode cadastrar diversos, use virgula para separar os sku's. Será solicitada a autenticação via 3D Secure caso o pedido tenha o SKU" +"If you have products that are more sensitive to fraud, you can register these SKUs here.
","Caso tenha produtos que sejam mais sensíveis a fraude, vocês pode cadastrar esses sku's aqui.
" "Capture phone in the payment form?","Capturar telefone no formulário de pagamento?" "Installment and interest","Parcelamento e Juros" "Maximum number of installment","Número máximo de parcelas" @@ -197,6 +219,8 @@ Title,Título "Number of installments you want to accept without applying interest","Número de parcelas que pretende aceitar sem aplicar juros" "The minimum installment price","O preço mínimo da parcela" "It is the minimum value that the installment can have","É o valor mínimo que a parcela pode ter" +"Pagar com PagBank","Pagar com PagBank" +"O botão de pagamento que deixa você um passo à frente da concorrência!","O botão de pagamento que deixa você um passo à frente da concorrência!" Developers,Desenvolvedores "Meet our Wiki.","Conheça a nossa Wiki." Debug,Debug @@ -260,6 +284,7 @@ Pix,Pix "[10002] Transação não autorizada, por favor utilize outro forma de pagamento.","[10002] Transação não autorizada, por favor utilize outro forma de pagamento." "[10003] Transação inválida, por favor utilize outra forma de pagamento.","[10003] Transação inválida, por favor utilize outra forma de pagamento." "[10004] Transação não permitida, por favor utilize outro forma de pagamento.","[10004] Transação não permitida, por favor utilize outro forma de pagamento." +PagBank Interest,Juros de Parcelamento "qr_code_image","Imagem do Qr Code" "qr_code","Qr Code" "expiration_date","Data de expiração" @@ -276,4 +301,6 @@ Pix,Pix "cc_cardholder_name","Nome Impresso" "three_ds_session","Id da Sessão 3DS" "three_ds_auth","Tipo de Autenticação 3DS" -"three_ds_auth_status","Status da Autenticação 3DS" \ No newline at end of file +"three_ds_auth_status","Status da Autenticação 3DS" +"cc_authorization_code","Código da Autorização" +"cc_nsu","NSU" \ No newline at end of file diff --git a/view/adminhtml/templates/system/config/apps.phtml b/view/adminhtml/templates/system/config/apps.phtml new file mode 100644 index 0000000..63d7703 --- /dev/null +++ b/view/adminhtml/templates/system/config/apps.phtml @@ -0,0 +1,106 @@ + + * @license See LICENSE for license details. + */ + +/** + * @var \PagBank\PaymentMagento\Block\Adminhtml\System\Config\Oauth $block + */ +?> ++ | = $block->escapeHtml(__('Magento e Adobe Commerce - Account Profile')) ?> | += $block->escapeHtml(__('Magento e Adobe Commerce - D14')) ?> | += $block->escapeHtml(__('Magento e Adobe Commerce - D30')) ?> | +
---|---|---|---|
= $block->escapeHtml(__('Tipo de Recebimento')) ?> | += $block->escapeHtml(__('Conforme definido em sua conta')) ?> | += $block->escapeHtml(__('Receba em até 14 dias')) ?> | += $block->escapeHtml(__('Receba em até 30 dias')) ?> | +
= $block->escapeHtml(__('Taxas*')) ?> | += $block->escapeHtml(__('Conforme definido em sua conta')) ?> | +
+ = $block->escapeHtml(__('Cartão:')) ?>
+
|
+
+ = $block->escapeHtml(__('Cartão:')) ?>
+
|
+
= $block->escapeHtml(__('Vantagens')) ?> | +
+
|
+
+
|
+
+
|
+
= $block->escapeHtml(__('Estado')) ?> | ++ = $block->escapeHtml(__('Esse plano está configurado e em uso atualmente.'), ['b']) ?> + | ++ = $block->escapeHtml(__('Esse plano está configurado mas não está em uso.'), ['b']) ?> + = $block->escapeHtml(__('Para usar esse plano, selecione na guia credenciais.')) ?> + | ++ = $block->escapeHtml(__('Para usar esse plano, selecione na guia credenciais.')) ?> + | +
+ = $block->escapeHtml( + __('* As taxas aqui anunciadas podem sofrer variações, consulte nossa página para os valores atualizados.') + ) ?> +
+