I have taken a look at PayWithSecurePaymentExample. When adding extras for ACTIONSECUREPAY intent, it says "If no order id were passed to EXTRAORDERID a new empty order would be generated for the payment". But if I don't provide order id, successful payment object in onActivityResult has null OrderId (payment.getOrder().getId()).
Is it intentional or is it a bug? If there a way to get an order id? I can see that all transactions have order ids in Orders app.
Thanks.