PaymentMarker
Table of Contents
Methods
- __construct() : mixed
- mark() : $this
- Marks payment using errors from \Bitrix\Sale\PaySystem\ServiceResult
- save() : Result
- Saves order
Methods
__construct()
public
__construct(Service $service, Payment $payment) : mixed
Parameters
- $service : Service
- $payment : Payment
mark()
Marks payment using errors from \Bitrix\Sale\PaySystem\ServiceResult
public
mark(ServiceResult $result) : $this
Parameters
- $result : ServiceResult
Return values
$thissave()
Saves order
public
save() : Result