Method signature
Shows dialog informing about a current payment system promotion
FAPI.invokeUIMethod("showPaymentPromo");
Example usage
function showPaymentPromo(){
FAPI.invokeUIMethod("showPaymentPromo");
}
Callback example
Client callback is not supported for this method.