Guest User

Untitled

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. public function getGatewayStatusUrl(){
  2.  
  3. return $this->_scopeConfig->getValue('payment/unifiedpaymentsmethod/trxStatus_url', $this->scopeCon());
  4.  
  5. }
  6.  
  7. public function getTransactionStatus(){
  8. $this->_logger->info("I'm here");
  9. $url = $this->getGatewayStatusUrl();
  10. $tranxId = $this->_checkoutSession->getSessionId();
  11.  
  12. -----make get request to payment gateway--------
  13. ------return json result----------
  14. }
Add Comment
Please, Sign In to add comment