Eduardo Marcolino
Eduardo Marcolino
Adding PyJWT==1.7.1 to requirements.txt fix it for me.
Hi @hmzisb are you using the the ACF's default functions ```get_field``` and ```the_field```?
Hi @TheGreenArrow , My next goal is to add support for the relational fields such as Post Object and Relationship. I have plans to support the ACF Pro fields too,...
No progress on this matter yet. I'm working on doc improvements and writing tests now
The support for the repeater field is in progress 9203b49
Hi @anthonymdna , there is no automatic way to migrate old custom field to the new tables and no plans to solving that on future releases. I would happily approve...
Adicionei um filtro e fiz os ajustes no array ```php add_filter( 'wc_pagarme_transaction_data', 'fix_transaction_data', 10, 2 ); function fix_transaction_data( $data, $order) { $data['customer']['external_id'] = $order->get_customer_id(); $data['customer']['type'] = 'individual'; $data['customer']['phone_numbers'] = [sprintf('+55%d%d',...