Skip to content

Implement Mobile Express Checkout (MEC)#8

Open
sogko wants to merge 1 commit intoisaachess:masterfrom
sogko:master
Open

Implement Mobile Express Checkout (MEC)#8
sogko wants to merge 1 commit intoisaachess:masterfrom
sogko:master

Conversation

@sogko
Copy link

@sogko sogko commented Feb 11, 2014

Add an option to enable mobile device support using MEC.

It's a simple option to return the PAYMENTURL with 'cmd' argument to
redirect url to '_express-checkout-mobile'.

Usage:

var cred = {
    username  : config.paypal.api_username,
    password  : config.paypal.api_password,
    signature : config.paypal.api_signature
};

var opts = {
    sandbox : true,
    mobile_express_checkout : true,
    version : '93'
};

var ec = new PayPalEC(cred, opts);

...

MEC details
https://developer.paypal.com/docs/classic/mobile/gs_MEC/

Add an option to enable mobile device support using MEC.

It's a simple option to return the PAYMENTURL with 'cmd' argument to
redirect url to '_express-checkout-mobile'.

Usage:

    var cred = {
        username  : config.paypal.api_username,
        password  : config.paypal.api_password,
        signature : config.paypal.api_signature
    };

    var opts = {
        sandbox : true,
        mobile_express_checkout : true,
        version : '93'
    };

    var ec = new PayPalEC(cred, opts);

    ...

MEC details
https://developer.paypal.com/docs/classic/mobile/gs_MEC/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant