Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 15, 2023
1 parent a2683f7 commit e2aad4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/YookassaPaysystemHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ public function actionPayOrder(ShopOrder $shopOrder)
$itemData['description'] = StringHelper::substr($shopOrder->shopDelivery->name, 0, 128);
$itemData['quantity'] = 1;
$itemData['vat_code'] = 1; //todo: доработать этот момент
$itemData['payment_mode'] = "full_payment"; //todo: доработать этот момент
$itemData['payment_subject'] = "service"; //todo: доработать этот момент
$itemData['amount'] = [
'value' => $shopOrder->moneyDelivery->amount,
'currency' => 'RUB',
Expand Down

0 comments on commit e2aad4a

Please sign in to comment.