Hi @natewolf7,
Could you please try the following snippet and then check whether it works fine?
<?php
add_action( 'forminator_paypal_create_order_request', function( $request, $data ) {
if ( isset( $request['payer'] ) && empty( $request['payer'] ) ) {
unset( $request['payer'] );
}
return $request;
}, 10, 2 );
You can implement the above code as a mu-plugins. Please check this link on how to implement the above code as a mu-plugins:
https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins
If the above code doesn’t help and the issue is still the same then I’m afraid we’ll need the export of the form in order to further investigate what might be causing it.
Please check the following doc on how to export a form:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
You can share the export file via Google Drive, Dropbox or via any such cloud services in the following reply.
We are looking forward to your response.
Kind Regards,
Nithin
Hello @natewolf7 ,
We haven’t heard from you for some time now, so it looks like you don’t need our assistance anymore.
Feel free to re-open this ticket if needed.
Kind regards
Kasia