PHP Class YandexMoneyPaymentSystem

Sample callback payment url: /processPayment/{$payment_system_id} Docs http://api.yandex.ru/money/doc/dg/reference/notification-p2p-incoming.xml
Inheritance: extends BasePaymentSystem
Show file Open project: yupe/yupe

Public Methods

Method Description
processCheckout ( Payment $payment, CHttpRequest $request )
renderCheckoutForm ( Payment $payment, Order $order, boolean | false $return = false ) : mixed | string

Private Methods

Method Description
getOrderCheckSum ( array $params ) : string Generate order checksum
showResponse ( array $params, string $message = '', integer $code )

Method Details

processCheckout() public method

public processCheckout ( Payment $payment, CHttpRequest $request )
$payment Payment
$request CHttpRequest

renderCheckoutForm() public method

public renderCheckoutForm ( Payment $payment, Order $order, boolean | false $return = false ) : mixed | string
$payment Payment
$order Order
$return boolean | false
return mixed | string