fcamara / module-getnet
1.1.12
2021-06-21 22:48 UTC
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0
- magento/magento-composer-installer: *
- dev-master
- 1.1.12
- 1.1.11
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 0.8.0
- 0.7.10
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.7
- 0.1.6
- 0.1.4
- 0.1.2
- 0.1.1
- 0.1.0
- dev-removeComissionPercentage
- dev-fixListComissions
- dev-fixCheckoutUrlBoleto
- dev-fixCheckoutBoleto
- dev-fixCheckoutCep
- dev-fix_payment_plan
- dev-feature/adjust_datetime
- dev-feature/add_fixed_commission
- dev-feature/validate_seller
- dev-feature/fix_base_url
- dev-feature/fix_method_capture
- dev-add_collumn_status_grid
- dev-feature/change_authorize_and_capture
- dev-feature/BIRTH_DATE
- dev-feature/split
- dev-hotfix/authorize_capture
- dev-feature/reports_payments
- dev-feature/start_split
- dev-feature/billet
- dev-feature/debit_card
- dev-feature/logs
- dev-hotfix/recurrence_payment
- dev-hotfix/recurrence_list
- dev-hotfix/recurrence_checkout_iframe
- dev-feature/checkout_iframe
- dev-feature/recurrence
- dev-feature/getnet_vault
- dev-feature/cofre
- dev-feature/fingerprint
- dev-feature/readme
This package is auto-updated.
Last update: 2024-09-22 06:07:03 UTC
README
要求
Magento 2.x
资源
- 信用卡
- 设备指纹
安装
composer require fcamara/module-getnet
php bin/magento setup:upgrade
在沙箱环境中测试模块
在Getnet (Sandbox) 中创建账户 安装模块后,在getnet沙箱环境中创建账户,请点击此处。
在Magento中配置支付方式
启用支付方式
- 商店 > 配置 > 销售 > 支付方式 > Getnet
- 常规
- 启用 选择 "是"
- 环境 选择 "沙箱"
- 沙箱端点 包括 "https://api-sandbox.getnet.com.br/"
- 指纹端点 包括 "https://h.online-metrix.net/fp/tags"
- 指纹沙箱Org Id 包括 "1snn5n9w"
- CPF/CNPJ 配置客户税vat属性
- 街道 根据您的商店正确配置地址行
- 凭证
- 卖家ID 查询您的getnet账户
- 客户端ID 查询您的getnet账户
- 客户端密钥 查询您的getnet账户
- 方法
- 启用 包括 "是"
- 常规
在客户注册中显示vat属性
- 商店 > 配置 > 客户 > 客户配置 > 创建新的账户选项
- 在前端显示VAT号码 选择 "是"
清除缓存!