Hello,I am trying to integrate the GlobalAlipay_App. As listed in the example, it needs the sellerid, what's that? Is anyone knowing about it? Thanks!
$this->gateway = Omnipay::create('GlobalAlipay_App');$this->gateway->setPartner('123456');
$this->gateway->setSellerId('fo...@example.com');