cancel
Showing results for 
Search instead for 
Did you mean: 

Attempting to Submit App to Marketplace

Attempting to Submit App to Marketplace

My name is Luca Veneziano, Solutions Engineer at Yuansfer. Yuansfer is a Payment Gateway company, sort of like a Stripe, and we are currently in the process of submitting our extension the Magento Marketplace https://yuansfer.com. We have already built our Magento extension (https://github.com/yuansfer/yuansfer-magento.v2) to be integrated with our system.
Now we are going to be submitting our extension but are encountering some issues, hoping you guys can help. 
The problem we are facing is as follows.in app/code/Yuansfer/All/registration.php
    require_once(BP.‘/lib/internal/yuansfer/Error/ErrorBase.php’);
    require_once(BP.‘/lib/internal/yuansfer/Error/Api.php’);
    require_once(BP.‘/lib/internal/yuansfer/CurlClient.php’);
    require_once(BP.‘/lib/internal/yuansfer/Requestor.php’);
    require_once(BP.‘/lib/internal/yuansfer/MobileDetect.php’);
We checked https://devdocs.magento.com/marketplace/sellers/getting-started.html but still are not sure how to submit for technical submission.
Can we submit magento2-module(app/code/Yuansfer/All) with magento2-library(lib/internal/yuansfer)?
Or do we need to submit magento2-library(lib/internal/yuansfer) first, and after the library is approved, submit magento2-module(app/code/Yuansfer/All)?
Hope you can help us out with this.”