As you might already know, our payment-01 staging machine can't be used to create flight booking from its desktop web, so the workaround for now is 1.) book flight for mobile web, and then 2.) change the mobile web URL to desktop web URL version. Here is how to do it.
Currently, the URL format of our payment selection page in mobile web is:
https://<site>/payment/select/<invoiceId>/<auth>
and the format of our payment selection page in desktop web is:
https://<site>/partner/trinusa/selectPayment?iid=<invoiceId>&auth=<auth>
Hence, if you have this kind of URL in mobile web:
https://m-web-payment.test.tvlk.cloud/payment/select/1561433259899904353/7a9d7aa42c
Then the (revamped) desktop page url is:
https://www-web-payment.test.tvlk.cloud/partner/trinusa/selectPayment?auth=7a9d7aa42c&iid=1561433259899904353&enableNewCommerceApi=1