Histórico de mensagens sobre Product

EXIBINDO CONVERSAS RECENTES:

Texto: Product
# freelancer
Avatar discord do usuario _forever0224

_forever0224

Hello, everyone 👋
I am looking for work as full stack developer
🔥 In particular, I have rich experience in web program development using JavaScript frameworks such as NodeJS, VueJS, ReactJS, AngularJS, and using PHP frameworks such as Laravel and CodeIgniter.
🔥 And I have strong skills in the development of Mobile apps using Flutter and React native.

My Good Points For Service:
- I'm pragmatic and creative in building software. I can simplify and get things done quickly with a demonstrated track record of building and delivering high-quality software.
- I have a passion for making your ideas a reality, building prototypes and ultimately launching production-scale solutions in the market.
- I am familiar with building clean, efficient, well-documented, well-structured, high-quality code projects.
- Also, I am very well-versed in the agile approach in project development and really love to add my creativity to the overall project implementation.

My Basic Skill
1. Front-end development using React.js, Next.js, Vue
2. Back-end using Express, Laravel, Node.js, Nest.js
3. App(Android/IOS) Development using Flutter, React Native
4. Database design, implementation, and management by MySQL, MongoDB, Firebase, PostgreSQL, GraphQL

portfolio: https://swan1213.github.io
Let me know from you any time.
I assure you to give best quality work and 100% satisfaction with work.
Best Regards.

# pix
Avatar discord do usuario raphaelribeiro

raphaelribeiro

Ver Respostas

Bom dia, tenho alguns certificados de alguns ambientes. staging, sandbox e production,. cada um com um subject diferente. o staging expirou... temos alguma documentação de como criar um novo certificado com o mesmo subject de staging? grato

# pix
Avatar discord do usuario andrebarbosa_dev

andrebarbosa_dev

Ver Respostas

2024-08-06 19:07:13] production.ERROR: Efi\Exception\PixException::getErrorTitle(): Return value must be of type string, array returned {"exception":"[object] (TypeError(code: 0): Efi\\Exception\\PixException::getErrorTitle(): Return value must be of type string, array returned at /var/www/html/vendor/efipay/sdk-php-apis-efi/src/Efi/Exception/PixException.php:27)

Alguem ja passou por esse erro?

Tá funcionado, mas fica disparando essa erro no log do laravel pra mim.

# módulos-plugins
Avatar discord do usuario palloma_efi

palloma_efi

Ver Respostas

Bom dia! Tudo bem e você? A compatibilidade com o plugin Advanced Product Fields Pro for WooCommerce está em análise ainda.
Assim que houver uma atualização te avisaremos.

# cartões
Avatar discord do usuario marcelocaser

marcelocaser

try {
window.EfiJs.CreditCard
.setAccount('Identificador_de_conta_aqui')
.setEnvironment('production') // 'production' or 'sandbox'
.setCreditCardData({
brand: 'visa',
number: '4485785674290087',
cvv: '123',
expirationMonth: '05',
expirationYear: '2029',
reuse: false
})
.getPaymentToken()
.then(data => {
const payment_token = data.payment_token;
const card_mask = data.card_mask;

console.log('payment_token', payment_token);
console.log('card_mask', card_mask);
}).catch(err => {
console.log('Código: ', err.code);
console.log('Nome: ', err.error);
console.log('Mensagem: ', err.error_description);
});
} catch (error) {
console.log('Código: ', error.code);
console.log('Nome: ', error.error);
console.log('Mensagem: ', error.error_description);
}

# módulos-plugins
Avatar discord do usuario rogersoncs

rogersoncs

Ver Respostas

As variações são gerenciadas por outro plugin, pois elas entram como campos adicionais e não como variação (padrão do Woocommerce)
o plugin é o Advanced Product Fields Pro for WooCommerce (Versão 2.7.3 | Por StudioWombat).
Esse problema ocorre em todos tipos de pagamento e infelizmente apenas com o plugin de vocês. Já ativei o modo de compatibilidade do WooCommerce, mas mesmo assim o erro persiste.

acabei colocando o nome do plugin errado, corrigi agora.

# cartões
Avatar discord do usuario adenilson2703

adenilson2703

Ver Respostas

let body = {
metadata: {
custom_id: "1264",
notification_url: "sua_url"
},
payment: {
banking_billet: {
expire_at: expireAt,// '2024-09-20',
customer: {
name: name,//'Gorbadoc Oldbuck',
email: email,// '[email protected]',
cpf: cpf,//'94271564656',
birth: birth,// '1977-01-15',
phone_number: phoneNumber,//'5144916523',
},
},
},

items: [
{
name: nameProduct,
value: parseInt(total),
amount: 1,
},
],
shippings: [
{
name: 'Frete grátis',
value: 0,
},
],
}

const result = await efipay.createOneStepCharge([], body);