Skip to content

Android doesn't return orderID; #1

@Mactub07

Description

@Mactub07
        const orderId  = `${new Date().getTime()}`;

        MobilePay.startPayment(orderId, price)
            .then(mobilePayPayment => {
                console.log('mobilePayPayment', mobilePayPayment);
            })
            .catch(() => {}).done();

pls check how it works on Android side; it works perfect on IOS, but orderID is missed inside mobilePayPayment object, thanks a lot

React-native 0.45

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions